obsidian-safe-filenames/.gitignore

23 lines
316 B
Plaintext
Raw Permalink Normal View History

2021-10-30 14:04:07 -04:00
# vscode
.vscode
2020-10-25 16:55:59 -04:00
# Intellij
*.iml
.idea
# npm
node_modules
2021-10-23 04:58:40 -04:00
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
2020-10-25 16:55:59 -04:00
main.js
2021-10-23 04:58:40 -04:00
# Exclude sourcemaps
*.map
# obsidian
data.json
2022-01-28 10:34:53 -05:00
# Exclude macOS Finder (System Explorer) View States
.DS_Store