From f37523a93d5b741d76e0ccc81204ef0e9fd516f9 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 21 Oct 2024 14:34:51 +0200 Subject: [PATCH] Move config to configs folder --- .gitignore | 3 --- config.json => configs/config.json | 0 2 files changed, 3 deletions(-) rename config.json => configs/config.json (100%) diff --git a/.gitignore b/.gitignore index e1cd189..b93d393 100644 --- a/.gitignore +++ b/.gitignore @@ -17,9 +17,6 @@ # Project specific ignores /var -/configs - -sample.txt migrateTimestamps.pl test_ccms_api.sh diff --git a/config.json b/configs/config.json similarity index 100% rename from config.json rename to configs/config.json