chore: add root .dockerignore to exclude non-build dirs
This commit is contained in:
parent
57fc783451
commit
fcfb2b8a59
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@ -0,0 +1,23 @@
|
||||
node_modules
|
||||
dist
|
||||
.next
|
||||
coverage
|
||||
*.log
|
||||
.env
|
||||
.env.local
|
||||
.tarballs
|
||||
.git
|
||||
.husky
|
||||
__LOCAL_LLMs
|
||||
chat-history
|
||||
AI.dev
|
||||
.changeset
|
||||
.github
|
||||
.gitea
|
||||
.windsurf
|
||||
.ruff_cache
|
||||
.pytest_cache
|
||||
e2e
|
||||
docs
|
||||
*.md
|
||||
!README.md
|
||||
Loading…
Reference in New Issue
Block a user