From 08853145227f9cdcf5e969389121afe91e7cac01 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 27 May 2022 00:31:08 +0200 Subject: Correct .gitignore to ignore only root public --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d2a4ae3..c5db0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,10 +6,11 @@ # 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 +/public # Temporary lock file while building. .hugo_build.lock -- cgit v1.2.3