diff options
Diffstat (limited to 'options/gitignore/Ruby')
-rw-r--r-- | options/gitignore/Ruby | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/options/gitignore/Ruby b/options/gitignore/Ruby index 1ba91c05fe..5e1422c9c3 100644 --- a/options/gitignore/Ruby +++ b/options/gitignore/Ruby @@ -10,10 +10,24 @@ /test/version_tmp/ /tmp/ +# Used by dotenv library to load environment variables. +# .env + ## Specific to RubyMotion: .dat* .repl_history build/ +*.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/ @@ -21,7 +35,7 @@ build/ /doc/ /rdoc/ -## Environment normalisation: +## Environment normalization: /.bundle/ /vendor/bundle /lib/bundler/man/ |