Add .git to .dockerignore

The .git directory is not needed inside the docker image.
This commit is contained in:
Robin 2023-01-06 18:17:02 +01:00 committed by GitHub
parent d7485fd93e
commit abdf1a04c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,3 +8,4 @@
.readthedocs.yml
.travis.yml
venv
.git