From c3b14f358978b476100c46ebf7f6fa50baa46973 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:54:23 +0200 Subject: [PATCH] chore: add .DS_Store to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad08475..f5298cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -/cache \ No newline at end of file +/cache +.DS_Store \ No newline at end of file