summaryrefslogtreecommitdiffstats
path: root/MCServer/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DumpAPI: Basic HTML output for classesmadmaxoft2013-09-101-0/+1
|
* APIDump now produces wiki-style tables of functions and constants.madmaxoft2013-09-091-0/+2
| | | | Part of #116.
* Ignoring all memdump files.madmaxoft2013-08-211-1/+1
|
* Ignoring all .ini files in the MCServer folder.madmaxoft2013-08-041-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 Harkness2013-07-301-1/+2
|
* Removed settings.ini and webadmin.ini, made them into *.example.inimadmaxoft2013-07-291-0/+2
|
* Ignoring all items beginning with "world".madmaxoft2013-07-281-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 Harkness2013-07-281-0/+20