From 3a6c1922e429f4f0e4f9ed6a0fd6a48f7385a20b Mon Sep 17 00:00:00 2001 From: taco Date: Tue, 16 Apr 2024 22:03:53 -0400 Subject: [PATCH] update gitignore template --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06111c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# 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 +hugo.exe +hugo.darwin +hugo.linux + +# temporary lock file while building +/.hugo_build.lock + +# don't commit secrets +upload.conf