mntno_obsidian-come-down/.gitignore
2026-04-23 13:06:42 +07:00

26 lines
515 B
Text

# vscode
.vscode
# npm
node_modules
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# This plugin
## Files are copied here on `pnpm run build`.
/dist/
## Sym-linked to the plugin's folder in the dev/test vault. Files are copied here `pnpm run dev`.
## Git stores symlinks as a special file containing the target path string, not as a directory. So the gitignore rule needs to match a file, not a directory pattern.
dev-vault
main.js
cache.json