31 lines
407 B
Plaintext
31 lines
407 B
Plaintext
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Node modules (installed fresh in Docker)
|
||
|
|
node_modules
|
||
|
|
apps/*/node_modules
|
||
|
|
|
||
|
|
# Dev/test artifacts
|
||
|
|
apps/client/dist
|
||
|
|
apps/server/dist
|
||
|
|
apps/server/data
|
||
|
|
|
||
|
|
# Env files (never bake secrets into the image)
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
|
||
|
|
# OS / editor noise
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Agent / docs (not needed at runtime)
|
||
|
|
AGENTS.md
|
||
|
|
DEPLOYMENT-PROFILE.md
|
||
|
|
INSTALL.md
|
||
|
|
ROUTING-EXAMPLES.md
|
||
|
|
SKILLS.md
|
||
|
|
hubs/
|
||
|
|
skills/
|