diff options
author | Erdal TAŞKESEN <erdal@taskesen.me> | 2018-11-29 18:26:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 18:26:50 +0300 |
commit | fd3fe5838a68a8d9518ae498604045584f9b8634 (patch) | |
tree | 5c49cc57a2c234d8093b3c8366c120447d806900 /community | |
parent | e313e296c1e284d908adcb95bf4f2812617d4de1 (diff) | |
download | gitignore-fd3fe5838a68a8d9518ae498604045584f9b8634.tar.gz gitignore-fd3fe5838a68a8d9518ae498604045584f9b8634.zip |
feat: Add missing executables and generated
Diffstat (limited to 'community')
-rw-r--r-- | community/Golang/Hugo.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index acccf884..3718de7b 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,8 +1,12 @@ +### Hugo ### # gitginore template for Hugo projects # website: https://gohugo.io # generated files by hugo /public/ +/resources/_gen/ # executable may be added to repository hugo.exe +hugo.darwin +hugo.linux |