From 210e98adb3896019603050990e70dd343613fcf3 Mon Sep 17 00:00:00 2001 From: Vithorio Polten Date: Thu, 2 May 2024 15:59:36 -0300 Subject: [PATCH] chore: correctly add .DS_Store to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9f6ef26a4f5..ccc8b0c7487 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,6 @@ package-lock.json # Translations *.mo *.pot + +# Dummy macOS files .DS_Store