summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-03-03 22:08:34 +0100
committertoonn <toonn@toonn.io>2019-03-03 22:09:17 +0100
commit6944156c3150f1fe4ad8d7d75965e17b72017cc0 (patch)
tree58b6bbaf1cc47be7bbb03b628660a779c0bbf33d
parentf5639cd2c4b2f635ec98330da83edbe774a0849d (diff)
downloadranger-6944156c3150f1fe4ad8d7d75965e17b72017cc0.tar.gz
Revert "Merge branch 'slackhead-venv-gitignore'"
This reverts commit f5639cd2c4b2f635ec98330da83edbe774a0849d, reversing
changes made to aead73e9488be599e92418cea5d9523da459fde1.

`.venv` is not a canonical name for python virtualenvs so there's no
reason to assume it's common among developers. To avoid potential
surprises because of the ignore we're reverting it.

We recommend using `.git/info/exclude` instead to specify
project-specific ignores that apply only to your setup.
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6608e175..73ca85e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,3 @@
 
 .idea
 .pytest_cache
-.venv