From 0928ebd5bc4a74f7161f0a79c1b291011d99980c Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 15 Jan 2024 10:58:48 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 17 +++++++++++++---- .hugo_build.lock | 0 2 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 .hugo_build.lock diff --git a/.gitignore b/.gitignore index 401414d..ae8ab1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,16 @@ +# Local VSCode preferences .vscode/ -public/ -resources/_gen/ +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json -dist -tmp +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000