*.db-shm / *.db-wal show up in the working tree whenever the server runs (the WAL/journal pragmas in connect()), and /docs and /specs hold per-feature design notes that stay local per the project's "spec docs not in git" convention. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
23 lines
355 B
Plaintext
23 lines
355 B
Plaintext
/target
|
|
database/target
|
|
*.db
|
|
*.db.bak
|
|
*.db-shm
|
|
*.db-wal
|
|
.env
|
|
/tmp
|
|
/docs
|
|
/specs
|
|
|
|
# Default ignored files
|
|
.idea/shelf/
|
|
.idea/workspace.xml
|
|
.idea/inspectionProfiles/
|
|
.idea/markdown.xml
|
|
# Datasource local storage ignored files
|
|
.idea/dataSources*
|
|
.idea/dataSources.local.xml
|
|
# Editor-based HTTP Client requests
|
|
.idea/httpRequests/
|
|
/.claude/settings.local.json
|