Add .dockerignore for optimized Docker builds

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-21 17:48:55 -07:00
parent 0b7b0d0498
commit cbde6eede5
1 changed files with 17 additions and 23 deletions

View File

@ -1,27 +1,21 @@
# Git node_modules
.git .git
.gitignore .gitignore
# Development
node_modules
.next
.cache
# Documentation
README.md
CLAUDE.md
*.md *.md
.env*
# IDE Dockerfile
.idea docker-compose*.yml
.dockerignore
backlog
.next
out
.cache
dist
build
coverage
.github
.vscode .vscode
*.swp .idea
__pycache__
# OS *.pyc
.DS_Store .pytest_cache
Thumbs.db
# Environment (keep .env.example)
.env
.env.local
.env*.local