Add log file and virtualenv to .gitignore

master
Gergely Polonkai 9 years ago
parent 5e08661895
commit d9b37b6aa4

2
.gitignore vendored

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

Loading…
Cancel
Save