Server configuration files for the game Xonotic. Feat. multiple game modes and balance conventions each.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
12345678910111213141516171819 |
- # Ignore map files.
- *.pk3
-
- # Ignore server logs.
- *.log
- *.txt
-
- # Ignore screenshots.
- screenshots/*
-
- # Ignore demos.
- demos/*
-
- # Ignore data
- dlcache/*
- data/*
-
- # Ignore images (previews for maps)
- *.jpg
|