ci: add docker ignore
This commit is contained in:
parent
4e5531be7c
commit
572a0fe686
1 changed files with 9 additions and 0 deletions
9
.dockerignore
Normal file
9
.dockerignore
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.git
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.log
|
||||
.env
|
||||
venv/
|
||||
.venv/
|
||||
dist/
|
||||
build/
|
||||
Loading…
Add table
Add a link
Reference in a new issue