.gitignore (316B)
1 # vscode 2 .vscode 3 4 # Intellij 5 *.iml 6 .idea 7 8 # npm 9 node_modules 10 11 # Don't include the compiled main.js file in the repo. 12 # They should be uploaded to GitHub releases instead. 13 main.js 14 15 # Exclude sourcemaps 16 *.map 17 18 # obsidian 19 data.json 20 21 # Exclude macOS Finder (System Explorer) View States 22 .DS_Store