From 5298ae72f9207062e0c0baf8240ff2dc065aaf7d Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Sun, 19 Oct 2025 17:59:49 +0200 Subject: [PATCH] fix: better handling of config. --- .gitignore | 5 ++++- config.json => config.example.json | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename config.json => config.example.json (100%) diff --git a/.gitignore b/.gitignore index f94377cc5..a1cf7896b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ savedata/*/ screenshots/* # We don't need the built file -erupe-ce \ No newline at end of file +erupe-ce + +# config is install dependent +config.json diff --git a/config.json b/config.example.json similarity index 100% rename from config.json rename to config.example.json