mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-07 05:16:45 +00:00
Prevents agent-scratchpad files under .claude/ from being accidentally staged by tooling. Matches the existing pattern for docs/superpowers/.
35 lines
312 B
Text
35 lines
312 B
Text
node_modules/
|
|
dist/
|
|
*.tgz
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Planning artifacts (internal, not shipped)
|
|
docs/superpowers/
|
|
.claude/
|
|
|
|
# Config / secrets
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
|
|
# Debug / logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Cache
|
|
.cache/
|
|
*.sqlite
|
|
|
|
# Build artifacts
|
|
*.tsbuildinfo
|