Added .gitignore file to template
This commit is contained in:
parent
12e1ea6e6e
commit
8ac011bf66
3 changed files with 956 additions and 7 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -10,7 +10,6 @@ dist
|
|||
build
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
|
|
@ -26,12 +25,6 @@ __pycache__
|
|||
*.restart
|
||||
*.db3
|
||||
|
||||
# Installation-specific
|
||||
game/settings.py
|
||||
game/logs/*.log.*
|
||||
game/gamesrc/web/static/*
|
||||
game/gamesrc/web/media/*
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue