From 4a8ea02c1291a356f2834c7f164cf79ca39e3827 Mon Sep 17 00:00:00 2001 From: Pengwius Date: Fri, 26 Mar 2021 17:56:24 +0100 Subject: [PATCH] Add DS_Store to .gitignore --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index e7a0ec505e7ac575fb1944a8fefa2ac8529610b0..0d3088b12c74e90f5e282b0b7da3d7b91cf7611a 100644 GIT binary patch delta 40 wcmZoMXfc@J&&atkU^g=(=VTt1ibDmH3#_f$G=%2LlF%&8t~oFm7h& H_{$Ff9?Tzj diff --git a/.gitignore b/.gitignore index da50a18..e530096 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,6 @@ Package.resolved fastlane/report.xml fastlane/Preview.html fastlane/screenshots/**/.png -fastlane/test_output \ No newline at end of file +fastlane/test_output + +*.DS_Store