.gitignore 620 B

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