From 0dc5c6d91f8317d82c898f403822889543e39184 Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Mon, 17 Dec 2012 12:09:39 -0800 Subject: [PATCH] Ensure ignores dbKey exists Created dbKeys config for ignores module to prevent meltdown. --- modules/ignore/config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/ignore/config.json diff --git a/modules/ignore/config.json b/modules/ignore/config.json new file mode 100644 index 0000000..7a4c116 --- /dev/null +++ b/modules/ignore/config.json @@ -0,0 +1,3 @@ +{ + "dbKeys": [ "ignores" ] +}