Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to exclude godeps directories #32

Closed
f1yegor opened this issue Mar 24, 2017 · 2 comments
Closed

Option to exclude godeps directories #32

f1yegor opened this issue Mar 24, 2017 · 2 comments
Labels

Comments

@f1yegor
Copy link

f1yegor commented Mar 24, 2017

I can see some godeps files and other unrelated stuff like

  • Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus
  • github.com/prometheus/prometheus_cli/.build/gopath/src/github.com/prometheus/common/expfmt
  • .build/gopath/src/github.com/Sirupsen/logrus
@KyleBanks
Copy link
Owner

Definitely, there's a slice of ignored paths here we could add those too (Godeps/ and .build/) since both would be something everyone would likely ignore.

In the future maybe a more customizable ignore system would be helpful but for now I think this is okay.

@f1yegor
Copy link
Author

f1yegor commented Mar 24, 2017

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants