mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
63 lines
No EOL
693 B
Text
63 lines
No EOL
693 B
Text
# macOS-related files
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows-related files
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
[Dd]esktop.ini
|
|
|
|
#Textfile cruft
|
|
/project.json
|
|
/traceback.txt
|
|
/errors.txt
|
|
/log.txt
|
|
log.txt
|
|
errors.txt
|
|
traceback.txt
|
|
|
|
|
|
#Vim (best text editor) swap files
|
|
.sw?
|
|
*~
|
|
*.bak
|
|
|
|
#For vscode niggas since gitignore does this for us
|
|
/.vscode/*
|
|
/.vscode/
|
|
|
|
#save files & cache files
|
|
/game/saves/
|
|
/game/saves/*
|
|
/game/cache/*
|
|
/game/cache
|
|
saves
|
|
tmp
|
|
cache
|
|
env
|
|
|
|
#binary files
|
|
*.rpyc
|
|
*.rpyb
|
|
*.rpymc
|
|
*.pyc
|
|
*.pyo
|
|
|
|
#binary files
|
|
*.rpyc
|
|
*.rpymc
|
|
|
|
#backups
|
|
*.bak
|
|
|
|
#android
|
|
.android.json
|
|
|
|
#linux
|
|
*.sh
|
|
|
|
# Exclude mod folders, but not files in the root mod directory
|
|
/game/mods/*/ |