mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-23 17:51:18 +00:00
Add GoBuilds to .gitignore
This commit is contained in:
parent
09cc7915ed
commit
8b410347a6
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -12,4 +12,6 @@ cover.out
|
||||||
*~
|
*~
|
||||||
vendor/*/
|
vendor/*/
|
||||||
*.bench
|
*.bench
|
||||||
coverage*.out
|
coverage*.out
|
||||||
|
|
||||||
|
GoBuilds
|
Loading…
Reference in a new issue