Copy over virtualenv but not deploy dir

This commit is contained in:
Devon Mackay 2018-08-07 10:58:01 -04:00
parent 2369d839e4
commit 525a629993

View File

@ -16,12 +16,14 @@ log/*
LICENSE LICENSE
*.md *.md
# Skip pipenv/virtualenv related things # Skip envrc
.envrc .envrc
.venv
# Skip ansible-container stuff # Skip ansible-container stuff
ansible* ansible*
container.yml container.yml
meta.yml meta.yml
requirements.yml requirements.yml
# Skip kubernetes and Docker config stuff
deploy