Merge pull request #202 from nstapelbroek/ignore-venv-in-docker
Prevent copying of venv folder in the Docker image
This commit is contained in:
commit
a530a94517
|
|
@ -4,3 +4,5 @@ screenshot/
|
|||
tests/
|
||||
*.txt
|
||||
!/requirements.txt
|
||||
venv/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue