From 0b168b5f5db3ea671f4b28fae1b258b65f5dde0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 29 Sep 2020 13:31:16 +0200 Subject: [PATCH] add example config file, add default config file to gitignore --- .gitignore | 1 + crsn.json5 => crsn.example.json5 | 0 2 files changed, 1 insertion(+) rename crsn.json5 => crsn.example.json5 (100%) diff --git a/.gitignore b/.gitignore index c403c34..42f7d96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target .idea/ +crsn.json5 diff --git a/crsn.json5 b/crsn.example.json5 similarity index 100% rename from crsn.json5 rename to crsn.example.json5