diff --git a/.gitignore b/.gitignore index 1590f95..ebb1d82 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,19 @@ nodeup.md *.out coverage.txt coverage.html +coverage.out *.coverprofile vendor/ .idea/ .vscode/ +# `make build` writes the nodeup binary here. Gitignored so local +# builds don't show up as untracked on every `git status`. The +# npm wrapper's `install.js` populates a *different* `bin/` under +# `nodeup-npm/node_modules/` — that one is in `nodeup-npm/.npmignore`, +# not here. +bin/ + # GoReleaser dist/