mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-10 00:42:18 +00:00
34 lines
303 B
Text
34 lines
303 B
Text
node_modules/
|
|
dist/
|
|
*.tgz
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Planning artifacts (internal, not shipped)
|
|
docs/superpowers/
|
|
|
|
# Config / secrets
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
|
|
# Debug / logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Cache
|
|
.cache/
|
|
*.sqlite
|
|
|
|
# Build artifacts
|
|
*.tsbuildinfo
|