Files
SnootGame/.gitignore

54 lines
578 B
Plaintext
Raw Permalink Normal View History

2021-06-04 21:20:33 -05: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-08 07:16:04 +10:00
#Textfile cruft
/project.json
/traceback.txt
/errors.txt
/log.txt
log.txt
errors.txt
traceback.txt
2021-06-04 21:20:33 -05:00
2022-11-14 16:11:18 -06:00
#Vim (best text editor) swap files
.sw?
2021-06-04 21:20:33 -05:00
*~
*.bak
2022-11-14 16:11:18 -06:00
#For vscode niggas since gitignore does this for us
/.vscode/*
/.vscode/
#save files & cache files
2021-08-08 07:16:04 +10:00
/game/saves/
/game/saves/*
2021-06-17 20:38:01 -05:00
/game/cache/*
2021-08-08 07:16:04 +10:00
/game/cache
2021-06-04 21:20:33 -05:00
saves
tmp
cache
env
2021-08-08 07:16:04 +10:00
#binary files
*.rpyc
*.rpyb
*.rpymc
*.pyc
*.pyo
2021-06-04 21:20:33 -05:00
2021-06-17 20:38:01 -05:00
#binary files
*.rpyc
*.rpymc
2021-06-04 21:20:33 -05:00
2021-06-17 20:38:01 -05:00
#backups
*.bak