diff options
author | Cameron Moore <[email protected]> | 2016-09-18 17:10:10 -0500 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2016-09-19 00:10:10 +0200 |
commit | 6e692f2d119a265d88025b64615b74b5f4856e4d (patch) | |
tree | 090a0b7027711c6b181910e5afc9a85fce8a8d81 /.gitignore | |
parent | b3a721559aee067566605a082a5685e813d5afac (diff) | |
download | hugo-6e692f2d119a265d88025b64615b74b5f4856e4d.tar.gz hugo-6e692f2d119a265d88025b64615b74b5f4856e4d.zip |
Add vendoring with govendor
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 73a0539cf..633c10820 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ cover.out *.swo
.DS_Store
*~
+vendor/*/ |