瀏覽代碼

tech: ignore /public and /node_modules

bergquist 8 年之前
父節點
當前提交
d7f6f11eb1
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      Gopkg.toml

+ 6 - 2
Gopkg.toml

@@ -19,7 +19,11 @@
 #  name = "github.com/x/y"
 #  version = "2.4.0"
 
-ignored = ["github.com/grafana/grafana/data/*"]
+ignored = [
+  "github.com/grafana/grafana/data/*",
+  "github.com/grafana/grafana/public/*",
+  "github.com/grafana/grafana/node_modules/*"
+ ]
 
 [[constraint]]
   name = "github.com/BurntSushi/toml"
@@ -186,5 +190,5 @@ ignored = ["github.com/grafana/grafana/data/*"]
 
 [prune]
   non-go = true
-  #go-tests = true
+  go-tests = true
   unused-packages = true