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.master
parent
5fe7008966
commit
b522a9b262
|
@ -1,11 +1,8 @@
|
|||
*.exe
|
||||
ChunkWorx.ini
|
||||
ChunkWorxSave.ini
|
||||
*.ini
|
||||
MCServer
|
||||
banned.ini
|
||||
logs
|
||||
players
|
||||
whitelist.ini
|
||||
world*
|
||||
API.txt
|
||||
*.dat
|
||||
|
@ -15,9 +12,6 @@ schematics
|
|||
*.pdb
|
||||
memdump.xml
|
||||
*.grab
|
||||
ProtectionAreas.ini
|
||||
ProtectionAreas.sqlite
|
||||
helgrind.log
|
||||
settings.ini
|
||||
webadmin.ini
|
||||
motd.txt
|
||||
|
|
Loading…
Reference in New Issue