diff --git a/.gitignore b/.gitignore index dd20fecd22c4..ed4b6b4d7e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -215,13 +215,14 @@ tools/CreditsTool/obj/* #dmdoc default folder /dmdoc +/config/* +!/config/example +!/config/example/* + # Ignore custom music and title screens (amend as appropriate) -/config/jukebox_music/sounds/* -!/config/jukebox_music/sounds/exclude -/config/title_music/sounds/* -!/config/title_music/sounds/exclude -/config/title_screens/images/* -!/config/title_screens/images/exclude +/config/example/jukebox_music/sounds/exclude +/config/example/title_music/sounds/exclude +/config/example/title_screens/images/exclude #Linux docker tools/LinuxOneShot/SetupProgram/obj/* diff --git a/config/admin_nicknames.json b/config/example/admin_nicknames.json similarity index 100% rename from config/admin_nicknames.json rename to config/example/admin_nicknames.json diff --git a/config/admin_ranks.txt b/config/example/admin_ranks.txt similarity index 100% rename from config/admin_ranks.txt rename to config/example/admin_ranks.txt diff --git a/config/admins.txt b/config/example/admins.txt similarity index 100% rename from config/admins.txt rename to config/example/admins.txt diff --git a/config/antag_rep.txt b/config/example/antag_rep.txt similarity index 100% rename from config/antag_rep.txt rename to config/example/antag_rep.txt diff --git a/config/arenas/README.md b/config/example/arenas/README.md similarity index 100% rename from config/arenas/README.md rename to config/example/arenas/README.md diff --git a/config/awaymissionconfig.txt b/config/example/awaymissionconfig.txt similarity index 100% rename from config/awaymissionconfig.txt rename to config/example/awaymissionconfig.txt diff --git a/config/badges.json b/config/example/badges.json similarity index 100% rename from config/badges.json rename to config/example/badges.json diff --git a/config/comms.txt b/config/example/comms.txt similarity index 100% rename from config/comms.txt rename to config/example/comms.txt diff --git a/config/config.txt b/config/example/config.txt similarity index 100% rename from config/config.txt rename to config/example/config.txt diff --git a/config/dbconfig.txt b/config/example/dbconfig.txt similarity index 100% rename from config/dbconfig.txt rename to config/example/dbconfig.txt diff --git a/config/dynamic.json b/config/example/dynamic.json similarity index 100% rename from config/dynamic.json rename to config/example/dynamic.json diff --git a/config/game_options.txt b/config/example/game_options.txt similarity index 100% rename from config/game_options.txt rename to config/example/game_options.txt diff --git a/config/iceruinblacklist.txt b/config/example/iceruinblacklist.txt similarity index 100% rename from config/iceruinblacklist.txt rename to config/example/iceruinblacklist.txt diff --git a/config/in_character_filter.txt b/config/example/in_character_filter.txt similarity index 100% rename from config/in_character_filter.txt rename to config/example/in_character_filter.txt diff --git a/config/interviews.txt b/config/example/interviews.txt similarity index 100% rename from config/interviews.txt rename to config/example/interviews.txt diff --git a/config/jobs.txt b/config/example/jobs.txt similarity index 100% rename from config/jobs.txt rename to config/example/jobs.txt diff --git a/config/jukebox_music/LICENSE.txt b/config/example/jukebox_music/LICENSE.txt similarity index 100% rename from config/jukebox_music/LICENSE.txt rename to config/example/jukebox_music/LICENSE.txt diff --git a/config/jukebox_music/README.txt b/config/example/jukebox_music/README.txt similarity index 100% rename from config/jukebox_music/README.txt rename to config/example/jukebox_music/README.txt diff --git a/config/jukebox_music/sounds/exclude b/config/example/jukebox_music/sounds/exclude similarity index 100% rename from config/jukebox_music/sounds/exclude rename to config/example/jukebox_music/sounds/exclude diff --git a/config/lavaruinblacklist.txt b/config/example/lavaruinblacklist.txt similarity index 100% rename from config/lavaruinblacklist.txt rename to config/example/lavaruinblacklist.txt diff --git a/config/maps.txt b/config/example/maps.txt similarity index 100% rename from config/maps.txt rename to config/example/maps.txt diff --git a/config/motd.txt b/config/example/motd.txt similarity index 100% rename from config/motd.txt rename to config/example/motd.txt diff --git a/config/policy.json b/config/example/policy.json similarity index 100% rename from config/policy.json rename to config/example/policy.json diff --git a/config/resources.txt b/config/example/resources.txt similarity index 100% rename from config/resources.txt rename to config/example/resources.txt diff --git a/config/silicon_laws.txt b/config/example/silicon_laws.txt similarity index 100% rename from config/silicon_laws.txt rename to config/example/silicon_laws.txt diff --git a/config/spaceruinblacklist.txt b/config/example/spaceruinblacklist.txt similarity index 100% rename from config/spaceruinblacklist.txt rename to config/example/spaceruinblacklist.txt diff --git a/config/title_music/LICENSE.txt b/config/example/title_music/LICENSE.txt similarity index 100% rename from config/title_music/LICENSE.txt rename to config/example/title_music/LICENSE.txt diff --git a/config/title_music/README.txt b/config/example/title_music/README.txt similarity index 100% rename from config/title_music/README.txt rename to config/example/title_music/README.txt diff --git a/config/title_music/sounds/exclude b/config/example/title_music/sounds/exclude similarity index 100% rename from config/title_music/sounds/exclude rename to config/example/title_music/sounds/exclude diff --git a/config/title_screens/LICENSE.txt b/config/example/title_screens/LICENSE.txt similarity index 100% rename from config/title_screens/LICENSE.txt rename to config/example/title_screens/LICENSE.txt diff --git a/config/title_screens/README.txt b/config/example/title_screens/README.txt similarity index 100% rename from config/title_screens/README.txt rename to config/example/title_screens/README.txt diff --git a/config/title_screens/images/exclude b/config/example/title_screens/images/exclude similarity index 100% rename from config/title_screens/images/exclude rename to config/example/title_screens/images/exclude diff --git a/config/trusted_players.txt b/config/example/trusted_players.txt similarity index 100% rename from config/trusted_players.txt rename to config/example/trusted_players.txt diff --git a/config/unbuyableshuttles.txt b/config/example/unbuyableshuttles.txt similarity index 100% rename from config/unbuyableshuttles.txt rename to config/example/unbuyableshuttles.txt diff --git a/config/whitelist.txt b/config/example/whitelist.txt similarity index 100% rename from config/whitelist.txt rename to config/example/whitelist.txt