codeburn/.gitignore
Ninym d5ecedb188 chore(git): ignore local .claude/ directory
Prevents agent-scratchpad files under .claude/ from being accidentally
staged by tooling. Matches the existing pattern for docs/superpowers/.
2026-04-17 08:36:24 +02:00

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