From ed433977c7d6b08172ec85c31aa9d0c721e2c317 Mon Sep 17 00:00:00 2001 From: thoso Date: Thu, 20 Feb 2014 00:56:09 +0100 Subject: [PATCH] config.json s --- .gitignore | 1 - modules/units/config.json | 3 +++ modules/wolframalpha/config.json | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 modules/units/config.json create mode 100644 modules/wolframalpha/config.json diff --git a/.gitignore b/.gitignore index 2b664c9..8994ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Ignore the user config files -config.json db.json # ignore npm diff --git a/modules/units/config.json b/modules/units/config.json new file mode 100644 index 0000000..1aee092 --- /dev/null +++ b/modules/units/config.json @@ -0,0 +1,3 @@ +{ + "ignorable": true +} \ No newline at end of file diff --git a/modules/wolframalpha/config.json b/modules/wolframalpha/config.json new file mode 100644 index 0000000..cca4bd1 --- /dev/null +++ b/modules/wolframalpha/config.json @@ -0,0 +1,4 @@ +{ + "ignorable": true, + "appID": "blah" +} \ No newline at end of file