diff options
author | Erdal TAŞKESEN <erdal@taskesen.me> | 2019-05-19 14:49:52 +0300 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-05-19 08:49:52 -0300 |
commit | 310f125d232a837c93f482bc8b8703227b312419 (patch) | |
tree | f308f51e3f7162e22d80a5168dab4280ea8a2181 | |
parent | cdab24d9e98bbb78da9002a57b348d749e46c76b (diff) | |
download | gitignore-310f125d232a837c93f482bc8b8703227b312419.tar.gz gitignore-310f125d232a837c93f482bc8b8703227b312419.zip |
style: (Golang) Remove the non-essentials (#3061)
-rw-r--r-- | community/Golang/Hugo.gitignore | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 3718de7b..37fa330e 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,12 +1,8 @@ -### Hugo ### -# gitginore template for Hugo projects -# website: https://gohugo.io - -# generated files by hugo +# Generated files by hugo /public/ /resources/_gen/ -# executable may be added to repository +# Executable may be added to repository hugo.exe hugo.darwin hugo.linux |