update gitignore template
This commit is contained in:
parent
5102859558
commit
4f05a6c11c
1 changed files with 8 additions and 3 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,14 +1,19 @@
|
||||||
# Generated files by hugo
|
# sourced from:
|
||||||
|
# https://raw.githubusercontent.com/github/gitignore/main/community/golang/hugo.gitignore
|
||||||
|
|
||||||
|
# generated files by hugo
|
||||||
/public/
|
/public/
|
||||||
/resources/_gen/
|
/resources/_gen/
|
||||||
/assets/jsconfig.json
|
/assets/jsconfig.json
|
||||||
hugo_stats.json
|
hugo_stats.json
|
||||||
|
|
||||||
# Executable may be added to repository
|
# executable may be added to repository
|
||||||
hugo.exe
|
hugo.exe
|
||||||
hugo.darwin
|
hugo.darwin
|
||||||
hugo.linux
|
hugo.linux
|
||||||
|
|
||||||
# Temporary lock file while building
|
# temporary lock file while building
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
|
||||||
|
# don't commit secrets
|
||||||
|
upload.conf
|
||||||
|
|
Loading…
Reference in a new issue