瀏覽代碼

ignore test libs

Evan You 10 年之前
父節點
當前提交
e169ed033d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .bithoundrc

+ 2 - 1
.bithoundrc

@@ -5,7 +5,8 @@
     "**/dist/**",
     "**/dist/**",
     "**/examples/**",
     "**/examples/**",
     "**/perf/**",
     "**/perf/**",
-    "gruntfile.js"
+    "gruntfile.js",
+    "**/test/unit/lib/**"
   ],
   ],
   "test": [
   "test": [
     "**/test/**"
     "**/test/**"