소스 검색

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