summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-27 00:31:08 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-27 00:31:08 +0200
commit08853145227f9cdcf5e969389121afe91e7cac01 (patch)
tree4b79e3a4e2a461f60609e01def9dd374fced2795 /.gitignore
parent06ea18569300d96d6281905c6dfe2842c0d68c92 (diff)
downloadgohugo-theme-ed-08853145227f9cdcf5e969389121afe91e7cac01.tar.gz
Correct .gitignore to ignore only root public
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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