From 6cfb439c3d3b9c2fcb2c44576b8a1130ae4f4e7d Mon Sep 17 00:00:00 2001
From: Vithorio Polten <reach@vithor.io>
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