.gitignore 1.2 KB

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