Files
EVOLV/.dockerignore

28 lines
280 B
Plaintext
Raw Normal View History

# Dependencies (rebuilt in container)
node_modules/
# Git
.git/
.gitmodules
# Build artifacts
*.tgz
# Agent/Claude metadata (not needed at runtime)
.agents/
.claude/
# Documentation (not needed at runtime)
wiki/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db