From 41f469908cc42a15ebb703898bcd1af11ebfb071 Mon Sep 17 00:00:00 2001 From: antistereov Date: Tue, 23 Dec 2025 21:55:44 +0100 Subject: [PATCH] chore(gitignore): add DS_Store files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 62c8935..f32e31a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea/ \ No newline at end of file +.idea/ +.DS_Store