Commit d7f6f11e by bergquist

tech: ignore /public and /node_modules

parent d36e424f
...@@ -19,7 +19,11 @@ ...@@ -19,7 +19,11 @@
# name = "github.com/x/y" # name = "github.com/x/y"
# version = "2.4.0" # 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]] [[constraint]]
name = "github.com/BurntSushi/toml" name = "github.com/BurntSushi/toml"
...@@ -186,5 +190,5 @@ ignored = ["github.com/grafana/grafana/data/*"] ...@@ -186,5 +190,5 @@ ignored = ["github.com/grafana/grafana/data/*"]
[prune] [prune]
non-go = true non-go = true
#go-tests = true go-tests = true
unused-packages = true unused-packages = true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment