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 44e0667999
commit c2187c5129
1 changed files with 21 additions and 0 deletions

21
.dockerignore Normal file
View File

@ -0,0 +1,21 @@
node_modules
.git
.gitignore
*.md
.env*
Dockerfile
docker-compose*.yml
.dockerignore
backlog
.next
out
.cache
dist
build
coverage
.github
.vscode
.idea
__pycache__
*.pyc
.pytest_cache