diff --git a/.gitignore b/.gitignore index 31fcc7ed5..119df3036 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ package-lock.json /play.pokemonshowdown.com/index.html /play.pokemonshowdown.com/preactalpha.html /play.pokemonshowdown.com/crossprotocol.html -/play.pokemonshowdown.com/data/* +/play.pokemonshowdown.com/data/ /play.pokemonshowdown.com/js/server/ /play.pokemonshowdown.com/js/*.js.map @@ -33,5 +33,4 @@ package-lock.json /replay.pokemonshowdown.com/index.php /replay.pokemonshowdown.com/js/ /replay.pokemonshowdown.com/caches/ -/replay.pokemonshowdown.com/replay-config.inc.php /replay.pokemonshowdown.com/theme/wrapper.inc.php diff --git a/replay.pokemonshowdown.com/replay-config.example.inc.php b/config/replay-config.example.inc.php similarity index 100% rename from replay.pokemonshowdown.com/replay-config.example.inc.php rename to config/replay-config.example.inc.php diff --git a/replay.pokemonshowdown.com/replays.lib.php b/replay.pokemonshowdown.com/replays.lib.php index 7d2e34e82..86ab89270 100644 --- a/replay.pokemonshowdown.com/replays.lib.php +++ b/replay.pokemonshowdown.com/replays.lib.php @@ -1,6 +1,6 @@