Ruby.gitignore 518 B

1234567891011121314151617181920212223242526272829
  1. *.gem
  2. *.rbc
  3. /.config
  4. /coverage/
  5. /InstalledFiles
  6. /pkg/
  7. /spec/reports/
  8. /test/tmp/
  9. /test/version_tmp/
  10. /tmp/
  11. ## Documentation cache and generated files:
  12. /.yardoc/
  13. /_yardoc/
  14. /doc/
  15. /rdoc/
  16. ## Environment normalisation:
  17. /.bundle/
  18. /lib/bundler/man/
  19. # for a library or gem, you might want to ignore these files since the code is
  20. # intended to run in multiple environments; otherwise, check them in:
  21. # Gemfile.lock
  22. # .ruby-version
  23. # .ruby-gemset
  24. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  25. .rvmrc