From b17fe946e388d6339925a4a6f6292cc1a78936ef Mon Sep 17 00:00:00 2001 From: Mariano Riefolo Date: Thu, 19 Sep 2024 09:33:02 +0200 Subject: [PATCH] feat: add gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86c95ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# 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