SnootGame/.gitignore

61 lines
616 B
Text
Raw Normal View History

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