Skip to content

Commit 45829ea

Browse files
committed
Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion
1 parent 0ae23ac commit 45829ea

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Ruby.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,18 @@
1414
.dat*
1515
.repl_history
1616
build/
17-
vendor/Pods/
1817
*.bridgesupport
1918
build-iPhoneOS/
2019
build-iPhoneSimulator/
2120

21+
## Specific to RubyMotion (use of CocoaPods):
22+
#
23+
# We recommend against adding the Pods directory to your .gitignore. However
24+
# you should judge for yourself, the pros and cons are mentioned at:
25+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
26+
#
27+
# vendor/Pods/
28+
2229
## Documentation cache and generated files:
2330
/.yardoc/
2431
/_yardoc/

0 commit comments

Comments
 (0)