mirror of
https://github.com/jheddings/obsidian-stomp.git
synced 2026-07-22 06:44:59 +00:00
19 lines
189 B
Text
19 lines
189 B
Text
# npm
|
|
node_modules
|
|
|
|
# build output
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude temp and system files
|
|
.DS_Store
|
|
*.swp
|
|
*~
|
|
tmp
|
|
|
|
settings.local.json
|