From e3d5fc493a3194055eae441b27c2edb749b0b086 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 30 Apr 2022 22:07:02 +0200 Subject: Amend .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8838293..d26aae2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,10 @@ # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore # Directories to ignore (do not add trailing '/'s, they skip symlinks). +# Generated files from NPM. /node_modules/ +# Generated files by hugo. public/ +# Temporary lock file while building. .hugo_build.lock -- cgit v1.2.3