Skip to content

Commit

Permalink
remove vendor directory
Browse files Browse the repository at this point in the history
This project is used as a library and doesn't produce binaries,
in which case convention is to not use vendoring.

The .gitignore is updated to allow vendoring for debugging, and
to prevent accidentally adding those files.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 13, 2021
1 parent 95a317e commit 0519263
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 578 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ _testmain.go
*.exe
*.test
*.prof

# Support running go modules in vendor mode for local development
/vendor/
24 changes: 0 additions & 24 deletions vendor/github.com/pkg/errors/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/pkg/errors/.travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/pkg/errors/LICENSE

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/pkg/errors/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions vendor/github.com/pkg/errors/appveyor.yml

This file was deleted.

0 comments on commit 0519263

Please sign in to comment.