init with gitignore

This commit is contained in:
xberry1231 2026-04-25 01:08:27 -04:00
commit 61bf0721f1

31
.gitignore vendored Normal file
View file

@ -0,0 +1,31 @@
# Dependencies
node_modules/
# Build output staging directory
# (main.js itself IS committed — convention for Obsidian plugins so you
# can clone the repo and drop it directly into plugins folder)
dist/
# Bun lockfile is binary; keep it for reproducibility but no other lockfiles
package-lock.json
yarn.lock
pnpm-lock.yaml
# Editor / OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
*~
# Logs
*.log
npm-debug.log*
bun-debug.log*
# Runtime data Obsidian generates
data.json
# Internal development docs
DEVELOPMENT.md