Skip to content

Commit

Permalink
.gitignore: Ignore folder with the name of the form *-venv
Browse files Browse the repository at this point in the history
These are  usually the folders created by the virtualenv which we need
not track.
  • Loading branch information
SivagiriVisakan committed Aug 31, 2018
1 parent 84cb01d commit 03c9e32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
site/

makeroid-docs-venv/

*-venv/
src/

0 comments on commit 03c9e32

Please sign in to comment.