Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
Loading