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
|
2024-10-13 04:03:30 +02:00
|
|
|
/files.txt
|
|
|
|
project.json
|
2021-08-07 23:16:04 +02:00
|
|
|
log.txt
|
|
|
|
errors.txt
|
|
|
|
traceback.txt
|
2024-10-13 04:03:30 +02:00
|
|
|
files.txt
|
2021-06-05 04:20:33 +02:00
|
|
|
|
2022-11-14 23:11:18 +01:00
|
|
|
#Vim (best text editor) swap files
|
2021-08-07 23:09:18 +02:00
|
|
|
.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/
|
|
|
|
|
2021-08-07 23:44:33 +02:00
|
|
|
#save files & cache files
|
2021-08-07 23:16:04 +02:00
|
|
|
/game/saves/
|
2021-08-07 23:44:33 +02:00
|
|
|
/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
|
2024-10-04 23:46:02 +02:00
|
|
|
*.bak
|
|
|
|
|
|
|
|
#android
|
|
|
|
.android.json
|
|
|
|
|
|
|
|
#linux
|
|
|
|
*.sh
|
2024-10-11 23:11:03 +02:00
|
|
|
|
|
|
|
# Exclude mod folders, but not files in the root mod directory
|
|
|
|
/game/mods/*/
|