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
parent 0825519361
commit a57980469b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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