codeburn/.gitignore
iamtoruk 78438e52f2 chore: remove CLAUDE.md from public repo
Internal development rules do not belong in a public repository.
File is kept locally and added to .gitignore.
2026-04-20 18:24:18 -07:00

42 lines
442 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/
CLAUDE.md
# Config / secrets
.env
.env.*
*.pem
*.key
# Debug / logs
*.log
npm-debug.log*
# Cache
.cache/
*.sqlite
# Build artifacts
*.tsbuildinfo
# Local Discord brand / promo assets not yet ready to publish
assets/discord-*.png
# Desktop app experiments
desktop/