Skip to content

Commit bbc86ef

Browse files
committed
Add virtualenv dir from readme to gitignore
1 parent 99fcb51 commit bbc86ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ docs/_build/
5656
# PyBuilder
5757
target/
5858

59-
#Ipython Notebook
59+
# Ipython Notebook
6060
.ipynb_checkpoints
6161

6262
# JetBrains IDEs
@@ -78,3 +78,6 @@ target/
7878

7979
# Built frontend files
8080
/conditional/static/*
81+
82+
# virtualenv
83+
/.conditionalenv

0 commit comments

Comments
 (0)