1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

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

This commit is contained in:
Hwee-Boon Yar 2016-03-13 15:35:04 +08:00
parent 0ae23acc5b
commit 45829eacb5

View File

@ -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/