From f6a9237d284d8b9563cd019db1681e788183d76e Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:52:05 -0600 Subject: [PATCH] Add hugo to gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 2ca8682..8b9f7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,20 @@ +### Jekyll gitignore ### _site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata + +### 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