Add .env to .gitignore

This commit is contained in:
Víðir Valberg Guðmundsson 2016-02-08 22:45:47 +01:00
parent d9c95433e9
commit 697aeebf87
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
__pycache__/
db.sqlite3
*.sw*
.env