From 09d6dd8e09b7b0ec2c1c5d260a60c03eff34b4c8 Mon Sep 17 00:00:00 2001 From: Matt Rubin Date: Sat, 22 Dec 2018 13:57:18 -0500 Subject: [PATCH] Don't check in the local ruby bundle --- .bundle/.gitignore | 1 - .bundle/config | 2 -- .gitignore | 20 +++++++++++++++++--- 3 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 .bundle/.gitignore delete mode 100644 .bundle/config diff --git a/.bundle/.gitignore b/.bundle/.gitignore deleted file mode 100644 index 0477fe6..0000000 --- a/.bundle/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/ruby/ diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 04f57bd..0000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- -BUNDLE_PATH: ".bundle" diff --git a/.gitignore b/.gitignore index 23146a8..757cee5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore +# Installed Ruby gems +/.bundle + ## Build generated build/ DerivedData/ @@ -19,7 +22,7 @@ xcuserdata/ ## Other *.moved-aside -*.xcuserstate +*.xccheckout *.xcscmblueprint ## Obj-C/Swift specific @@ -36,6 +39,8 @@ 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 @@ -45,6 +50,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 # @@ -58,10 +66,16 @@ Carthage/Build # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed. # For more information about the recommended setup visit: -# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md +# https://docs.fastlane.tools/best-practices/source-control/#source-control fastlane/report.xml fastlane/Preview.html -# fastlane/screenshots fastlane/screenshots/screenshots.html fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/