Browse Source

Update config to ignore template directory

Katrina Owen 12 years ago
parent
commit
8194b9f10b
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      config.json

+ 4
- 1
config.json View File

5
   "active": false,
5
   "active": false,
6
   "problems": [
6
   "problems": [
7
 
7
 
8
+  ],
9
+  "ignore": [
10
+    "_template"
8
   ]
11
   ]
9
-}
12
+}