Glue Gitignore

This commit is contained in:
Nutbuster 2021-08-08 07:16:04 +10:00
parent 8b47b1f3f8
commit ad87c2730a
1 changed files with 21 additions and 8 deletions

29
.gitignore vendored
View File

@ -10,24 +10,37 @@ ehthumbs.db
ehthumbs_vista.db ehthumbs_vista.db
[Dd]esktop.ini [Dd]esktop.ini
*.rpyc #Textfile cruft
*.rpyb /project.json
*.rpymc /traceback.txt
*.pyc /errors.txt
*.pyo /log.txt
log.txt
errors.txt
traceback.txt
#Vim swap files
.sw? .sw?
*~ *~
*.bak *.bak
#cache files
#save files
/game/saves/
/game/cache
saves saves
tmp tmp
cache cache
env env
log.txt #binary files
errors.txt *.rpyc
traceback.txt *.rpyb
*.rpymc
*.pyc
*.pyo
styles.txt styles.txt