1
0

Ignoring all .ini files in the MCServer folder.

Only the .example.ini files are supposed to be in the repository and they must be added specifically by name (git add -f <filename>). All the other .ini files are considered instance-specific and are not to be put into the repo.
This commit is contained in:
madmaxoft 2013-08-04 16:05:45 +02:00
parent 5fe7008966
commit b522a9b262

8
MCServer/.gitignore vendored
View File

@ -1,11 +1,8 @@
*.exe *.exe
ChunkWorx.ini *.ini
ChunkWorxSave.ini
MCServer MCServer
banned.ini
logs logs
players players
whitelist.ini
world* world*
API.txt API.txt
*.dat *.dat
@ -15,9 +12,6 @@ schematics
*.pdb *.pdb
memdump.xml memdump.xml
*.grab *.grab
ProtectionAreas.ini
ProtectionAreas.sqlite ProtectionAreas.sqlite
helgrind.log helgrind.log
settings.ini
webadmin.ini
motd.txt motd.txt