From d7f6f11eb1fb7a48b0c4e5143fff5c2041d193b1 Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 24 Jan 2018 11:01:27 +0100 Subject: [PATCH] tech: ignore /public and /node_modules --- Gopkg.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index ad95bd0aee6..7b8ca50b329 100644 --- a/Gopkg.toml +++ b/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