Bläddra i källkod

Update config to ignore template directory

Katrina Owen 12 år sedan
förälder
incheckning
8194b9f10b
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4
    1
      config.json

+ 4
- 1
config.json Visa fil

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