From 43767c725f6e939ec139e97af91b3cce7c9cb348 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 29 May 2025 09:52:11 -0700 Subject: [PATCH] chore: Update .gitignore to exclude .DS_Store files and built binary --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..32e5c0b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +**/.DS_Store +/secret