.gitignore 586 B

1234567891011121314151617181920212223242526272829303132333435
  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. ## Specific to RubyMotion:
  12. .dat*
  13. .repl_history
  14. build/
  15. ## Documentation cache and generated files:
  16. /.yardoc/
  17. /_yardoc/
  18. /doc/
  19. /rdoc/
  20. ## Environment normalisation:
  21. /.bundle/
  22. /vendor/bundle
  23. /lib/bundler/man/
  24. # for a library or gem, you might want to ignore these files since the code is
  25. # intended to run in multiple environments; otherwise, check them in:
  26. Gemfile.lock
  27. # .ruby-version
  28. # .ruby-gemset
  29. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  30. .rvmrc