From 1885f1ac8de824fdbc0bf352674000b4dc2d518d Mon Sep 17 00:00:00 2001 From: karina Date: Mon, 20 Apr 2026 08:33:22 +0400 Subject: [PATCH] git: added .DS_Store to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 13359a0..650360a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .build -.vscode \ No newline at end of file +.vscode +.DS_Store \ No newline at end of file