Skip to content
Browse files

Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion

  • Loading branch information...
1 parent 0ae23ac commit 45829eacb50f73ac293162ca90e36db9e7050b38 @hboon hboon committed
Showing with 8 additions and 1 deletion.
  1. +8 −1 Ruby.gitignore
View
9 Ruby.gitignore
@@ -14,11 +14,18 @@
.dat*
.repl_history
build/
-vendor/Pods/
*.bridgesupport
build-iPhoneOS/
build-iPhoneSimulator/
+## Specific to RubyMotion (use of CocoaPods):
+#
+# We recommend against adding the Pods directory to your .gitignore. However
+# you should judge for yourself, the pros and cons are mentioned at:
+# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
+#
+# vendor/Pods/
+
## Documentation cache and generated files:
/.yardoc/
/_yardoc/

0 comments on commit 45829ea

Please sign in to comment.
Something went wrong with that request. Please try again.