diff options
author | Hwee-Boon Yar <hboon@motionobj.com> | 2016-03-13 15:35:04 +0800 |
---|---|---|
committer | Hwee-Boon Yar <hboon@motionobj.com> | 2016-03-13 15:35:04 +0800 |
commit | 45829eacb50f73ac293162ca90e36db9e7050b38 (patch) | |
tree | edb9bcb9d817ff39e919b9197c35592a04b6ce3a /Ruby.gitignore | |
parent | 0ae23acc5b2e763a12bfeebe4fac05e6077b4219 (diff) | |
download | gitignore-45829eacb50f73ac293162ca90e36db9e7050b38.tar.gz gitignore-45829eacb50f73ac293162ca90e36db9e7050b38.zip |
Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion
Diffstat (limited to 'Ruby.gitignore')
-rw-r--r-- | Ruby.gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Ruby.gitignore b/Ruby.gitignore index 46ede401..aa642836 100644 --- a/Ruby.gitignore +++ b/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/ |