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