addition to dockerignore (#722)

* add venv, data, tests to dockerignore

* add config files to ignore

Co-authored-by: dni <dni.khr@gmail.com>
This commit is contained in:
Daniel Krahofer
2022-07-11 13:40:22 +02:00
committed by GitHub
co-authored by dni
parent 0825519361
commit a57980469b
+17 -2
View File
@@ -1,6 +1,21 @@
.git
docs
data
docker
docs
tests
venv
# ignore all the markdown
*.md
*.log
.env
.gitignore
.prettierrc
conv.py
LICENSE
Makefile
mypy.ini
package-lock.json
package.json
pytest.ini