From 3c421c8c90ccf8688c98fa6fd083e3ede88183b6 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 18 Oct 2024 23:40:19 -0500 Subject: [PATCH] Update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 181dcae..6d954f5 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,5 @@ card_creation.db .idea theshow/ .vscode/ -*.DS_STORE \ No newline at end of file +*.DS_STORE +._lock* \ No newline at end of file