2026-03-04 21:07:04 +01:00
|
|
|
# Dependencies (rebuilt in container)
|
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
|
|
# Git
|
|
|
|
|
.git/
|
|
|
|
|
.gitmodules
|
|
|
|
|
|
|
|
|
|
# Build artifacts
|
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
|
|
# Agent/Claude metadata (not needed at runtime)
|
|
|
|
|
.agents/
|
|
|
|
|
.claude/
|
2026-04-07 20:53:26 +02:00
|
|
|
|
|
|
|
|
# Documentation (not needed at runtime)
|
|
|
|
|
wiki/
|
2026-03-04 21:07:04 +01:00
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
|
|
# OS
|
|
|
|
|
.DS_Store
|
|
|
|
|
Thumbs.db
|