Merge pull request #2253 from eculver/golang-ignore-glide-cache

Ignore project-local Glide cache
This commit is contained in:
Brendan Forster 2017-01-24 09:02:13 +01:00 committed by GitHub
commit ccfbd65663
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ _testmain.go
# External packages folder
vendor/
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/