SnootGame/.gitignore

57 lines
551 B
Plaintext
Raw Normal View History

2021-06-05 02:20:33 +00:00
# macOS-related files
.DS_Store
.AppleDouble
.LSOverride
# Windows-related files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
[Dd]esktop.ini
2021-08-07 21:16:04 +00:00
#Textfile cruft
/project.json
/traceback.txt
/errors.txt
/log.txt
log.txt
errors.txt
traceback.txt
2021-06-05 02:20:33 +00:00
2021-08-07 21:16:04 +00:00
#Vim swap files
.sw?
2021-06-05 02:20:33 +00:00
*~
*.bak
#save files & cache files
2021-08-07 21:16:04 +00:00
/game/saves/
/game/saves/*
2021-06-18 01:38:01 +00:00
/game/cache/*
2021-08-07 21:16:04 +00:00
/game/cache
2021-06-05 02:20:33 +00:00
saves
tmp
cache
env
2021-08-07 21:16:04 +00:00
#binary files
*.rpyc
*.rpyb
*.rpymc
*.pyc
*.pyo
2021-06-05 02:20:33 +00:00
#Vim (best text editor) swap files
.sw?
2021-06-05 02:20:33 +00:00
2021-06-18 01:38:01 +00:00
#binary files
*.rpyc
*.rpymc
2021-06-05 02:20:33 +00:00
2021-06-18 01:38:01 +00:00
#backups
*.bak
2021-06-05 02:20:33 +00:00
2021-07-24 01:34:42 +00:00
#android
.android.json