diff options
Diffstat (limited to 'options/gitignore/Swift')
-rw-r--r-- | options/gitignore/Swift | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/options/gitignore/Swift b/options/gitignore/Swift index d534044939..7b0d62bc23 100644 --- a/options/gitignore/Swift +++ b/options/gitignore/Swift @@ -37,6 +37,7 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ # Package.pins +# Package.resolved .build/ # CocoaPods @@ -46,6 +47,9 @@ playground.xcworkspace # 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 # @@ -63,5 +67,12 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/**/*.png fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ |