From f699fb0fe80f4d6c615560c4537af03372b504e5 Mon Sep 17 00:00:00 2001 From: SerKo Date: Wed, 7 Jun 2023 23:40:31 +0800 Subject: [PATCH] chore: update `.gitignore` --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28f1ba7..bca15c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ node_modules -.DS_Store \ No newline at end of file +.DS_Store + +# 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 \ No newline at end of file