From e4a7f87c7f573a507f92671238a0e1ddb08efc2c Mon Sep 17 00:00:00 2001 From: Zohar Manor-Abel Date: Thu, 28 May 2026 09:14:35 +0100 Subject: [PATCH] Add Mac specific file to git ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95642988..40af1e05 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ /docs .pnpm-store/ -tsconfig.tsbuildinfo \ No newline at end of file +tsconfig.tsbuildinfo + +# macOS +.DS_Store