From c1bbf3c0d03e39bf205fb880da17971704c20e7e Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 2 Feb 2018 19:01:41 +0000 Subject: [PATCH] Make a folder for example configuration files --- conf/{example.json => example/config.json} | 0 conf/example/keyword.json | 6 ++++++ 2 files changed, 6 insertions(+) rename conf/{example.json => example/config.json} (100%) create mode 100644 conf/example/keyword.json diff --git a/conf/example.json b/conf/example/config.json similarity index 100% rename from conf/example.json rename to conf/example/config.json diff --git a/conf/example/keyword.json b/conf/example/keyword.json new file mode 100644 index 0000000..3980412 --- /dev/null +++ b/conf/example/keyword.json @@ -0,0 +1,6 @@ +{ + "Keywords": [ + "example" + ], + "KeywordsExcept": {} +} \ No newline at end of file