summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 22:07:02 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 22:07:02 +0200
commite3d5fc493a3194055eae441b27c2edb749b0b086 (patch)
treed072408020b41377e14b0666d5c857fde2134598
parent5d72bddb44def078f1f37d0ab9916c0c436a61fc (diff)
downloadgohugo-theme-ed-e3d5fc493a3194055eae441b27c2edb749b0b086.tar.gz
Amend .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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