mirror of
https://github.com/github/gitignore
synced 2024-11-26 13:44:21 +01:00
Merge pull request #2253 from eculver/golang-ignore-glide-cache
Ignore project-local Glide cache
This commit is contained in:
commit
ccfbd65663
@ -28,3 +28,6 @@ _testmain.go
|
|||||||
|
|
||||||
# External packages folder
|
# External packages folder
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||||
|
.glide/
|
||||||
|
Loading…
Reference in New Issue
Block a user