Server configuration files for the game Xonotic. Feat. multiple game modes and balance conventions each.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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
|