From 817f3d5a6a0d40eef1de06b22503ebfbd4549ed7 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 18 Sep 2023 21:12:58 -0700 Subject: [PATCH] hugo pages --- .gitignore | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ffe09a8..86c95ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ -_gen/ -public/ -.hugo_build.lock +# 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