mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
fixed gitignores
This commit is contained in:
parent
7000d6a0a7
commit
0dd824783a
5 changed files with 13 additions and 13 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,6 +1,9 @@
|
|||
# Python artifacts
|
||||
*.pyc
|
||||
|
||||
# Batch
|
||||
*.bat
|
||||
|
||||
# PyCharm
|
||||
.idea
|
||||
|
||||
|
@ -12,15 +15,3 @@
|
|||
|
||||
# Git
|
||||
*.rej
|
||||
|
||||
# Game-specific files and directories
|
||||
preferences.json
|
||||
*.json
|
||||
logs/
|
||||
screenshots/
|
||||
backups/
|
||||
contentpacks/
|
||||
resources/
|
||||
save.dat
|
||||
ai-crash.txt
|
||||
gentokenlr.py
|
||||
|
|
2
dependencies/.gitignore
vendored
Normal file
2
dependencies/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.json
|
||||
backups/
|
2
dependencies/astron/logs/.gitignore
vendored
Normal file
2
dependencies/astron/logs/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
1
preferences.json
Normal file
1
preferences.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"fullscreen": false, "musicVol": 1.0, "sfx": true, "sfxVol": 1.0, "trueFriends": true, "res": [1280, 720], "speedchatPlus": true, "loadDisplay": "pandagl", "cogLevel": true, "language": "English", "music": true, "toonChatSounds": true}
|
4
user/.gitignore
vendored
Normal file
4
user/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
logs/
|
||||
screenshots/
|
||||
contentpacks/
|
||||
preferences.json
|
Loading…
Reference in a new issue