You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Ruby.gitignore 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. *.gem
  2. *.rbc
  3. /.config
  4. /coverage/
  5. /InstalledFiles
  6. /pkg/
  7. /spec/reports/
  8. /spec/examples.txt
  9. /test/tmp/
  10. /test/version_tmp/
  11. /tmp/
  12. # Used by dotenv library to load environment variables.
  13. # .env
  14. # Ignore Byebug command history file.
  15. .byebug_history
  16. ## Specific to RubyMotion:
  17. .dat*
  18. .repl_history
  19. build/
  20. *.bridgesupport
  21. build-iPhoneOS/
  22. build-iPhoneSimulator/
  23. ## Specific to RubyMotion (use of CocoaPods):
  24. #
  25. # We recommend against adding the Pods directory to your .gitignore. However
  26. # you should judge for yourself, the pros and cons are mentioned at:
  27. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  28. #
  29. # vendor/Pods/
  30. ## Documentation cache and generated files:
  31. /.yardoc/
  32. /_yardoc/
  33. /doc/
  34. /rdoc/
  35. ## Environment normalization:
  36. /.bundle/
  37. /vendor/bundle
  38. /lib/bundler/man/
  39. # for a library or gem, you might want to ignore these files since the code is
  40. # intended to run in multiple environments; otherwise, check them in:
  41. # Gemfile.lock
  42. # .ruby-version
  43. # .ruby-gemset
  44. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  45. .rvmrc