add .dockerignore
This commit is contained in:
parent
dcba2e3b80
commit
2b4684275e
13
.dockerignore
Normal file
13
.dockerignore
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Python
|
||||||
|
.venv
|
||||||
|
__pycache__
|
||||||
|
|
||||||
|
# GIT
|
||||||
|
.gitignore
|
||||||
|
|
||||||
|
#CI configuration
|
||||||
|
.drone.yml
|
||||||
|
pylama.ini
|
||||||
|
|
||||||
|
# Bot documentation
|
||||||
|
README.md
|
Loading…
Reference in a new issue