From 01af4338386d25c0e96d54ed2ff297059bed95fe Mon Sep 17 00:00:00 2001 From: Holly Date: Thu, 18 Jan 2024 19:48:40 +0000 Subject: [PATCH] move configs to *.example.json --- .gitignore | 2 ++ config/{client-config.json => client-config.example.json} | 0 config/{server-config.json => server-config.example.js} | 0 3 files changed, 2 insertions(+) rename config/{client-config.json => client-config.example.json} (100%) rename config/{server-config.json => server-config.example.js} (100%) diff --git a/.gitignore b/.gitignore index 367f7a2..66cc6f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Custom testing/ build/ +config/client-config.json +config/server-config.json # ---> Node # Logs diff --git a/config/client-config.json b/config/client-config.example.json similarity index 100% rename from config/client-config.json rename to config/client-config.example.json diff --git a/config/server-config.json b/config/server-config.example.js similarity index 100% rename from config/server-config.json rename to config/server-config.example.js