From d3ab591cd696685bb547705345fb6473b26d850f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 11 Nov 2021 22:44:31 +0000 Subject: [PATCH] Ignore Hugo's build lock file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c7c4372..48648cd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ ### Hugo ### hugo.exe /public/ +.hugo_build.lock ### JetBrains ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839