diff options
Diffstat (limited to 'options/gitignore/Objective-C')
-rw-r--r-- | options/gitignore/Objective-C | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/options/gitignore/Objective-C b/options/gitignore/Objective-C index 09dfede481..a0bd6b453a 100644 --- a/options/gitignore/Objective-C +++ b/options/gitignore/Objective-C @@ -35,6 +35,9 @@ xcuserdata/ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace # Carthage # @@ -52,7 +55,7 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/**/*.png fastlane/test_output # Code Injection |