From 256d8bf64f750b728da1183d8e1c8c5d7818d1ce Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 12 May 2024 17:33:03 +0200 Subject: [PATCH] improve: config.json is now tracked as config.json.example on git --- .gitignore | 1 + config.json => config.json.example | 0 2 files changed, 1 insertion(+) rename config.json => config.json.example (100%) diff --git a/.gitignore b/.gitignore index 316e4fed..0b1cf50b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /build /.env +/config.json /static/data/*.bin yarn.lock /tmp diff --git a/config.json b/config.json.example similarity index 100% rename from config.json rename to config.json.example