.gitignore 644 B

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