Browse Source

Add foregone key to config

Katrina Owen 12 years ago
parent
commit
4158cbe218
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      config.json

+ 4
- 0
config.json View File

20
   ],
20
   ],
21
   "ignored": [
21
   "ignored": [
22
     "_template"
22
     "_template"
23
+  ],
24
+  "foregone": [
25
+    "leap",
26
+    "grains"
23
   ]
27
   ]
24
 }
28
 }