Files
soroban-abacus-flashcards/.dockerignore
Thomas Hallock 4792dde1be fix: ignore all node_modules in Docker
Docker overlay filesystem conflicts with local node_modules structure,
regardless of whether it's hoisted mode or not. Ignore all node_modules
and rely on the base stage installation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 10:28:09 -05:00

52 lines
591 B
Plaintext

# Ignore development files
# Ignore all node_modules to prevent Docker overlay conflicts
node_modules
**/node_modules
.next
.git
.github
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage
.nyc_output
# IDE
.vscode
.idea
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Documentation
README.md
docs/
*.md
# Python cache
__pycache__
*.pyc
*.pyo
*.pyd
.Python
packages/core/venv/
packages/core/.venv/
# Storybook
storybook-static
# Deployment files
nas-deployment/
DEPLOYMENT_PLAN.md