diff options
author | Brendan Forster <brendan@github.com> | 2018-12-18 09:01:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 09:01:23 -0400 |
commit | a53b4a3f03d8bb88bbd90d8ef48eee362f0f303b (patch) | |
tree | ac55453fd5432fa6b8f189e7294e6fd17f36f01b | |
parent | 745923da24fa9f3d3b350dd54ce32f56a9909132 (diff) | |
parent | fd3fe5838a68a8d9518ae498604045584f9b8634 (diff) | |
download | gitignore-a53b4a3f03d8bb88bbd90d8ef48eee362f0f303b.tar.gz gitignore-a53b4a3f03d8bb88bbd90d8ef48eee362f0f303b.zip |
Merge pull request #2896 from erdtsksn/master
feat: Add missing executables and generated
-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 |