mirror of
https://github.com/xwberry/obsidian-drag-out.git
synced 2026-07-22 06:54:07 +00:00
31 lines
No EOL
530 B
Text
31 lines
No EOL
530 B
Text
# 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 |