diff options
author | ytti <saku@ytti.fi> | 2016-10-31 13:45:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-31 13:45:52 +0200 |
commit | 0c307da5dfd5c7fa4dfa156694c619ab3b3fa0d3 (patch) | |
tree | 7afbf3bdec73f1b97355ff1eab1cf483eec0f422 | |
parent | 89868fd416f539db9110b02fbd6d526127804fb0 (diff) | |
parent | afb5dd30578ebaebd7ec0b51c938ba66754430b8 (diff) |
Merge pull request #600 from flokli/gitignore
add Ruby.gitignore from github.com/github/gitignore
-rw-r--r-- | .gitignore | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e1422c --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +*.gem +*.rbc +/.config +/coverage/ +/InstalledFiles +/pkg/ +/spec/reports/ +/spec/examples.txt +/test/tmp/ +/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/ +/_yardoc/ +/doc/ +/rdoc/ + +## Environment normalization: +/.bundle/ +/vendor/bundle +/lib/bundler/man/ + +# for a library or gem, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc |