Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignoring all .ini files in the MCServer folder. | madmaxoft | 2013-08-04 | 1 | -7/+1 |
| | | | | 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. | ||||
* | Fixed .gitignore up. | Alexander Harkness | 2013-07-30 | 1 | -1/+2 |
| | |||||
* | Removed settings.ini and webadmin.ini, made them into *.example.ini | madmaxoft | 2013-07-29 | 1 | -0/+2 |
| | |||||
* | Ignoring all items beginning with "world". | madmaxoft | 2013-07-28 | 1 | -1/+1 |
| | | | | This is so that multiple worlds can exists without having to ignore each of them - simply name each worldSomething | ||||
* | Added a .gitignore for the MCServer directory. | Alexander Harkness | 2013-07-28 | 1 | -0/+20 |