mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-04-26 14:10:43 +00:00
Internal development rules do not belong in a public repository. File is kept locally and added to .gitignore.
42 lines
442 B
Text
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/
|