From 262a0496da933dd96dcf0996974c0f25d55110a4 Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 21 Nov 2023 21:23:06 +0100 Subject: [PATCH] added .lock files to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 04d7f60..5d9a3da 100644 --- a/.gitignore +++ b/.gitignore @@ -320,3 +320,6 @@ main.pdf # these hold all the clutter we do not want to have tmp build + +# ignore devbox.lock and any other lock file +*.lock