Some consistency improvements with URL overrides.
This commit is contained in:
parent
16bcc3c9f0
commit
fbe0eab01c
7 changed files with 50 additions and 17 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -26,6 +26,10 @@ __pycache__
|
|||
*.restart
|
||||
*.db3
|
||||
|
||||
# Installation-specific
|
||||
game/settings.py
|
||||
game/logs/*.log.*
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
|
|
@ -41,3 +45,6 @@ nosetests.xml
|
|||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
# PyCharm config
|
||||
.idea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue