update gitignore template

This commit is contained in:
Daniel Alejandro Gallegos 2024-04-16 22:05:27 -04:00
parent 5102859558
commit 4f05a6c11c
Signed by: taco
SSH key fingerprint: SHA256:YgoAbZ3x1d1kTGKEmT8elbjEvK/mn0hc4ATFgWhykR0

11
.gitignore vendored
View file

@ -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