Fix server.log location in .gitignore

This commit is contained in:
Gergely Polonkai 2014-06-22 15:16:40 +00:00
parent dd8100469d
commit 27c2caf47c
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
!/static/.gitkeep !/static/.gitkeep
/static/* /static/*
gergelypolonkaiweb/settings_local.py gergelypolonkaiweb/settings_local.py
gergelypolonkaiweb/server.log server.log
/venv /venv
secret.key secret.key
*.pyc *.pyc