From 52318216e1d9b708d9dfd1aa9e30730e8552b5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gasser?= Date: Sat, 18 May 2024 22:17:53 +0200 Subject: [PATCH] Add macOS .DS_Store file to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1514f45c1..0fed9e8a4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ local.properties *.iml // for sample -credential.properties \ No newline at end of file +credential.properties + +**/.DS_Store \ No newline at end of file