Server configuration files for the game Xonotic. Feat. multiple game modes and balance conventions each.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|