33 lines
353 B
Plaintext
33 lines
353 B
Plaintext
|
|
# Dependencies (rebuilt in container)
|
||
|
|
node_modules/
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitmodules
|
||
|
|
|
||
|
|
# Build artifacts
|
||
|
|
*.tgz
|
||
|
|
|
||
|
|
# Agent/Claude metadata (not needed at runtime)
|
||
|
|
.agents/
|
||
|
|
.claude/
|
||
|
|
manuals/
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Documentation (not needed at runtime)
|
||
|
|
third_party/
|
||
|
|
FUNCTIONAL_ISSUES_BACKLOG.md
|
||
|
|
AGENTS.md
|
||
|
|
README.md
|
||
|
|
LICENSE
|