You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
551 B
56 lines
551 B
# 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 swap files |
|
.sw? |
|
*~ |
|
*.bak |
|
|
|
#save files & cache files |
|
/game/saves/ |
|
/game/saves/* |
|
/game/cache/* |
|
/game/cache |
|
saves |
|
tmp |
|
cache |
|
env |
|
|
|
#binary files |
|
*.rpyc |
|
*.rpyb |
|
*.rpymc |
|
*.pyc |
|
*.pyo |
|
|
|
#Vim (best text editor) swap files |
|
.sw? |
|
|
|
#binary files |
|
*.rpyc |
|
*.rpymc |
|
|
|
#backups |
|
*.bak |
|
|
|
#android |
|
.android.json
|
|
|