diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-05 21:39:07 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-05 21:39:07 -0400 |
commit | 87f252959b2607d792c36bbf5b80abd6cfa2e19c (patch) | |
tree | 39e88a59b0e8ab5fa4270c9d339a31068305ed29 /.gitignore | |
parent | 92f8e08d9b6a9436fe8fd30b75e4192106b2d366 (diff) | |
download | cmd2-git-87f252959b2607d792c36bbf5b80abd6cfa2e19c.tar.gz |
Added .venv directory to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,3 +32,6 @@ cmd2_history.dat # Pipenv Lock file Pipfile.lock + +# Virtualenv directory +.venv |