From c6b55feb78a485bfafc10d58fa3e44c0414be5df Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 21 Feb 2026 17:38:58 -0700 Subject: [PATCH] chore: add .DS_Store to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 41ea921..b2e53c7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ env.* # Dependency directories (remove the comment below to include it) # vendor/ + +.DS_Store