Merge pull request #202 from nstapelbroek/ignore-venv-in-docker

Prevent copying of venv folder in the Docker image
This commit is contained in:
Siddharth Dushantha 2020-06-20 22:07:02 +02:00 committed by GitHub
commit a530a94517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@
screenshot/
tests/
*.txt
!/requirements.txt
!/requirements.txt
venv/