From 2030acf5b5eea04ce6e43a80f1f0378c6dadf42d Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Tue, 25 May 2021 16:17:19 -0400 Subject: [PATCH] banish DS_Store --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c689de45..55a674a9 100644 --- a/.gitignore +++ b/.gitignore @@ -87,4 +87,10 @@ fastlane/test_output iOSInjectionProject/ # macOS specific -.DS_Store \ No newline at end of file +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db \ No newline at end of file