From bc8e38d71614e47d6dc49f9545daf8cf554e3b5f Mon Sep 17 00:00:00 2001 From: Maximilian Leopold Date: Sun, 17 Mar 2019 14:30:57 +0100 Subject: [PATCH] Updated Gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5261774..07cd19f 100644 --- a/.gitignore +++ b/.gitignore @@ -78,4 +78,7 @@ gradle-app.setting .gradletasknamecache # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 -# gradle/wrapper/gradle-wrapper.properties \ No newline at end of file +# gradle/wrapper/gradle-wrapper.properties + +#Mac Specific Files +.DS_Store \ No newline at end of file