.gitignore 1.2 KB

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