From 41acc87116197afe8833bc5f943b526ec594461e Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Tue, 5 Nov 2024 10:03:48 +0900 Subject: [PATCH] add .DS_Store to .gitignore Signed-off-by: Scott Trent --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 31533fb..956e557 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ c3-susql-config.yaml nohup.out .env node_modules +.DS_Store