From 3205fd532ef84db7453f8da580ac747880a5987d Mon Sep 17 00:00:00 2001 From: Mirjam Aulbach Date: Mon, 17 Oct 2022 09:57:05 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=99=88=20Add=20OS=20generated=20files?= =?UTF-8?q?=20to=20gitignore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ce0aa0ec5d..eb0575a085 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ hs_err_pid* .idea target + +# OS generated files +.DS_Store +**/.DS_Store \ No newline at end of file From 6458e784e883d0b55a59e0e14fa66332967557f4 Mon Sep 17 00:00:00 2001 From: Mirjam Aulbach Date: Mon, 17 Oct 2022 10:03:13 +0200 Subject: [PATCH 2/2] Add new line at end of .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb0575a085..7b981559eb 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ target # OS generated files .DS_Store -**/.DS_Store \ No newline at end of file +**/.DS_Store