.gitignore 787 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # ---> Ruby
  2. *.gem
  3. *.rbc
  4. /.config
  5. /coverage/
  6. /InstalledFiles
  7. /pkg/
  8. /spec/reports/
  9. /spec/examples.txt
  10. /test/tmp/
  11. /test/version_tmp/
  12. /tmp/
  13. # Used by dotenv library to load environment variables.
  14. # .env
  15. # Ignore Byebug command history file.
  16. .byebug_history
  17. ## Specific to RubyMotion:
  18. .dat*
  19. .repl_history
  20. build/
  21. *.bridgesupport
  22. build-iPhoneOS/
  23. build-iPhoneSimulator/
  24. ## Documentation cache and generated files:
  25. /.yardoc/
  26. /_yardoc/
  27. /doc/
  28. /rdoc/
  29. ## Environment normalization:
  30. /.bundle/
  31. /vendor/bundle
  32. /lib/bundler/man/
  33. # for a library or gem, you might want to ignore these files since the code is
  34. # intended to run in multiple environments; otherwise, check them in:
  35. Gemfile.lock
  36. .ruby-version
  37. .ruby-gemset
  38. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  39. .rvmrc