diff options
author | dive <slackhead@users.noreply.github.com> | 2019-03-03 19:59:43 +0000 |
---|---|---|
committer | dive <slackhead@users.noreply.github.com> | 2019-03-03 19:59:43 +0000 |
commit | 4e77efd31e0c0dcad18aa79a028031c91b11a10d (patch) | |
tree | 079199e32db2e6b09728947d95b538ca6af87f1a /.gitignore | |
parent | a3a9ea373129731fb923927ad32ee30016112f69 (diff) | |
download | ranger-4e77efd31e0c0dcad18aa79a028031c91b11a10d.tar.gz |
Add .venv to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 73ca85e6..6608e175 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ .idea .pytest_cache +.venv |