From 1a49a2858fd8a3af9a7cbace7f9fd132232a6fc0 Mon Sep 17 00:00:00 2001
From: Akshay S Dinesh <akshay@learnlearn.in>
Date: Mon, 8 Nov 2021 19:04:03 +0530
Subject: [PATCH] chore: gitignore hugo server lock

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8f7d062..e28c666 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,6 +58,7 @@ flycheck_*.el
 website/public/
 website/resources/_gen/
 hugo_stats.json
+website/.hugo_build.lock
 
 # Executable may be added to repository
 hugo.exe
-- 
GitLab