From 9f5454bda6299db43a4e9de5b3716471388b81d9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 14:05:48 +0200 Subject: Move blog to Hugo --- .gitignore | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8bedf24..86c95ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ -node_modules/ -tmp/ -package-lock.json -openring-build.html -.firebase/ -public/ -.DS_Store -.log -sandbox/ +# 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 -- cgit v1.2.3