diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-04-26 13:43:10 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-04-26 13:43:10 +0200 |
commit | 4ef38f3bbf5dae9a11a711d2ed1ced9294c6af5f (patch) | |
tree | 33e0c09e630025081b96dcd266212049c52e22a2 | |
parent | 1852b16d938e978409b9066b5fa2bf27b1a0f496 (diff) |
Add .hugo_build.lock to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ public/ exampleSite/public/ .DS_Store +.hugo_build.lock |