fixed gitignores

This commit is contained in:
Zach 2015-05-29 05:21:29 -05:00
parent 7000d6a0a7
commit 0dd824783a
5 changed files with 13 additions and 13 deletions

17
.gitignore vendored
View file

@ -1,6 +1,9 @@
# Python artifacts
*.pyc
# Batch
*.bat
# PyCharm
.idea
@ -11,16 +14,4 @@
*.lnk
# Git
*.rej
# Game-specific files and directories
preferences.json
*.json
logs/
screenshots/
backups/
contentpacks/
resources/
save.dat
ai-crash.txt
gentokenlr.py
*.rej

2
dependencies/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.json
backups/

2
dependencies/astron/logs/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

1
preferences.json Normal file
View 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
View file

@ -0,0 +1,4 @@
logs/
screenshots/
contentpacks/
preferences.json