]> source.dussan.org Git - gitignore.git/commitdiff
Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion 1901/head
authorHwee-Boon Yar <hboon@motionobj.com>
Sun, 13 Mar 2016 07:35:04 +0000 (15:35 +0800)
committerHwee-Boon Yar <hboon@motionobj.com>
Sun, 13 Mar 2016 07:35:04 +0000 (15:35 +0800)
Ruby.gitignore

index 46ede401011d7f3584b94eb993ab2178e25aa5c5..aa642836171a92412cd8e71dae11c00095030f6f 100644 (file)
 .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/