mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion
This commit is contained in:
parent
0ae23acc5b
commit
45829eacb5
@ -14,11 +14,18 @@
|
|||||||
.dat*
|
.dat*
|
||||||
.repl_history
|
.repl_history
|
||||||
build/
|
build/
|
||||||
vendor/Pods/
|
|
||||||
*.bridgesupport
|
*.bridgesupport
|
||||||
build-iPhoneOS/
|
build-iPhoneOS/
|
||||||
build-iPhoneSimulator/
|
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:
|
## Documentation cache and generated files:
|
||||||
/.yardoc/
|
/.yardoc/
|
||||||
/_yardoc/
|
/_yardoc/
|
||||||
|
Loading…
Reference in New Issue
Block a user