From 4b1fcad4abe0f55fc134192b290dcd6b069ea6b3 Mon Sep 17 00:00:00 2001 From: taco Date: Tue, 16 Apr 2024 22:05:45 -0400 Subject: [PATCH] update gitignore template --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86c95ef..06111c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,19 @@ -# Generated files by hugo +# sourced from: +# https://raw.githubusercontent.com/github/gitignore/main/community/golang/hugo.gitignore + +# generated files by hugo /public/ /resources/_gen/ /assets/jsconfig.json hugo_stats.json -# Executable may be added to repository +# executable may be added to repository hugo.exe hugo.darwin hugo.linux -# Temporary lock file while building +# temporary lock file while building /.hugo_build.lock + +# don't commit secrets +upload.conf