Merge pull request #359 from OliverCole/master
Add virtualenv dir to gitignore.
This commit is contained in:
commit
28b96179a3
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -13,4 +13,7 @@ __pycache__/
|
|||
|
||||
# Data dir
|
||||
data/*
|
||||
*.db
|
||||
*.db
|
||||
|
||||
# Virtualenv
|
||||
env/*
|
Loading…
Reference in a new issue