From c5346ef2ed0943d6c53a860f8f4da6240b98d66d Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Tue, 6 Feb 2024 12:57:14 -0800 Subject: [PATCH] Ammend rule to ignore .DS_Store files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8dec697..2b092ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/.DS_Store +.DS_Store *.secret