Add .dockerignore for optimized Docker builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9d765271c1
commit
c7a8e764b7
|
|
@ -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
|
||||
Loading…
Reference in New Issue