From fc2ffba6dd451a9668b240dd400accb7ba920c7e Mon Sep 17 00:00:00 2001 From: andrewc Date: Mon, 15 Jan 2024 11:40:02 +1000 Subject: [PATCH] Updated gitconfig to force lfs readonly locks on --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 9d65a4a..69ce823 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,5 +3,7 @@ [submodule] recurse = true propogateBranches = true +[lfs] + setlockablereadonly = true [core] hookspath = ".gitlab/hooks/"