- Add gitignore patterns for compendium LevelDB files (*.ldb, MANIFEST-*, LOG, CURRENT, LOCK) - Add gitignore for packs/*/lost/ recovery directories - Add gitignore for temp working files - Remove all tracked LevelDB files (generated from _source/ JSON on build) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
48 lines
539 B
Plaintext
48 lines
539 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Foundry data (dev environment)
|
|
foundrydata/
|
|
|
|
# Build artifacts
|
|
styles/*.css
|
|
styles/*.css.map
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Secrets
|
|
*.pem
|
|
*.key
|
|
credentials.json
|
|
|
|
# Compendium LevelDB files (generated from _source/ JSON)
|
|
packs/*/*.ldb
|
|
packs/*/MANIFEST-*
|
|
packs/*/LOG
|
|
packs/*/LOG.old
|
|
packs/*/CURRENT
|
|
packs/*/LOCK
|
|
packs/*/lost/
|
|
|
|
# Temp/working files
|
|
bestiary_audit_summary.txt
|
|
.claude/vagabond-bestiary.txt
|