.gitignore 1.2 KB

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