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.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. ## Specific to RubyMotion:
  15. .dat*
  16. .repl_history
  17. build/
  18. *.bridgesupport
  19. build-iPhoneOS/
  20. build-iPhoneSimulator/
  21. ## Specific to RubyMotion (use of CocoaPods):
  22. #
  23. # We recommend against adding the Pods directory to your .gitignore. However
  24. # you should judge for yourself, the pros and cons are mentioned at:
  25. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  26. #
  27. # vendor/Pods/
  28. ## Documentation cache and generated files:
  29. /.yardoc/
  30. /_yardoc/
  31. /doc/
  32. /rdoc/
  33. ## Environment normalization:
  34. /.bundle/
  35. /vendor/bundle
  36. /lib/bundler/man/
  37. # for a library or gem, you might want to ignore these files since the code is
  38. # intended to run in multiple environments; otherwise, check them in:
  39. # Gemfile.lock
  40. # .ruby-version
  41. # .ruby-gemset
  42. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  43. .rvmrc