add .dockerignore
This commit is contained in:
parent
637fde6fce
commit
5804abf2e7
1 changed files with 16 additions and 0 deletions
16
.dockerignore
Normal file
16
.dockerignore
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
.gitignore
|
||||||
|
images
|
||||||
|
*.md
|
||||||
|
Dockerfile
|
||||||
|
.dockerignore
|
||||||
|
.config.json
|
||||||
|
.config.json.sample
|
||||||
|
bot
|
||||||
|
bot.log
|
||||||
|
venv
|
||||||
|
compose.yaml
|
||||||
|
.git
|
||||||
|
.idea
|
||||||
|
__pycache__
|
||||||
|
venv
|
||||||
|
|
Loading…
Reference in a new issue