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