Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
docs: add wildcard ignore example
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowlzz committed Sep 13, 2017
1 parent 3d8ce13 commit 9e652ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Gopkg.toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ You might also try [virtualgo](https://github.com/GetStream/vg), which installs
ignored = ["github.com/user/project/badpkg"]
```

Use wildcard character (*) to define a package prefix to be ignored. Use this
to ignore any package and their subpackages.
```toml
ignored = ["github.com/user/project/badpkg*"]
```

**Use this for:** preventing a package and any of that package's unique
dependencies from being installed.

Expand Down

0 comments on commit 9e652ed

Please sign in to comment.