Add log file and virtualenv to .gitignore

This commit is contained in:
Gergely Polonkai 2014-06-14 21:02:41 +00:00
parent 5e08661895
commit d9b37b6aa4
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
!/static/.gitkeep
/static/*
gergelypolonkaiweb/server.log
/venv
secret.key
*.pyc
*.sw?