ObsidianCustomFrames/.gitignore

23 lines
317 B
Plaintext
Raw Normal View History

2022-03-19 20:21:16 +01:00
# vscode
2022-08-21 17:37:20 +02:00
.vscode
2022-03-19 20:21:16 +01:00
# Intellij
*.iml
.idea
# npm
node_modules
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
2022-08-21 17:37:20 +02:00
./main.js
2022-03-19 20:21:16 +01:00
# Exclude sourcemaps
*.map
2022-08-21 17:49:57 +02:00
# obsidian
workspace
2022-03-19 20:21:16 +01:00
# Exclude macOS Finder (System Explorer) View States
.DS_Store