From e293f7bfb3739f1b3e782d81783c8527ff42f799 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 9 Apr 2018 12:01:37 +0200 Subject: [PATCH] Exclude `.DS_Store` files via `.gitignore` --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3825cce..df55024 100644 --- a/.gitignore +++ b/.gitignore @@ -67,4 +67,4 @@ fastlane/test_output # Custom: *.xcarchive/ Products/ - +.DS_Store