Skip to content

Commit 09d6dd8

Browse files
committed
Don't check in the local ruby bundle
1 parent d44acd6 commit 09d6dd8

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.bundle/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5+
# Installed Ruby gems
6+
/.bundle
7+
58
## Build generated
69
build/
710
DerivedData/
@@ -19,7 +22,7 @@ xcuserdata/
1922

2023
## Other
2124
*.moved-aside
22-
*.xcuserstate
25+
*.xccheckout
2326
*.xcscmblueprint
2427

2528
## Obj-C/Swift specific
@@ -36,6 +39,8 @@ playground.xcworkspace
3639
#
3740
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3841
# Packages/
42+
# Package.pins
43+
# Package.resolved
3944
.build/
4045

4146
# CocoaPods
@@ -45,6 +50,9 @@ playground.xcworkspace
4550
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4651
#
4752
# Pods/
53+
#
54+
# Add this line if you want to avoid checking in source code from the Xcode workspace
55+
# *.xcworkspace
4856

4957
# Carthage
5058
#
@@ -58,10 +66,16 @@ Carthage/Build
5866
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
5967
# screenshots whenever they are needed.
6068
# For more information about the recommended setup visit:
61-
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
69+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
6270

6371
fastlane/report.xml
6472
fastlane/Preview.html
65-
# fastlane/screenshots
6673
fastlane/screenshots/screenshots.html
6774
fastlane/test_output
75+
76+
# Code Injection
77+
#
78+
# After new code Injection tools there's a generated folder /iOSInjectionProject
79+
# https://github.com/johnno1962/injectionforxcode
80+
81+
iOSInjectionProject/

0 commit comments

Comments
 (0)