Don't check in the local ruby bundle

This commit is contained in:
Matt Rubin
2018-12-22 13:57:18 -05:00
parent d44acd6974
commit 09d6dd8e09
3 changed files with 17 additions and 6 deletions
-1
View File
@@ -1 +0,0 @@
/ruby/
-2
View File
@@ -1,2 +0,0 @@
---
BUNDLE_PATH: ".bundle"
+17 -3
View File
@@ -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/