mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
added excludes for vendored directories (since GO 1.5)
This commit is contained in:
parent
0dbd791269
commit
8822253ae4
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ _testmain.go
|
|||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
# GO15VENDOREXPERIMENT flag specifics
|
||||
vendor/**
|
||||
!vendor/manifest
|
Loading…
Add table
Add a link
Reference in a new issue