.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. *.swp
  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. ## Specific to RubyMotion:
  16. .dat*
  17. .repl_history
  18. build/
  19. *.bridgesupport
  20. build-iPhoneOS/
  21. build-iPhoneSimulator/
  22. ## Specific to RubyMotion (use of CocoaPods):
  23. #
  24. # We recommend against adding the Pods directory to your .gitignore. However
  25. # you should judge for yourself, the pros and cons are mentioned at:
  26. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  27. #
  28. # vendor/Pods/
  29. ## Documentation cache and generated files:
  30. /.yardoc/
  31. /_yardoc/
  32. /doc/
  33. /rdoc/
  34. ## Environment normalization:
  35. /.bundle/
  36. /vendor/bundle
  37. /lib/bundler/man/
  38. # for a library or gem, you might want to ignore these files since the code is
  39. # intended to run in multiple environments; otherwise, check them in:
  40. # Gemfile.lock
  41. # .ruby-version
  42. # .ruby-gemset
  43. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  44. .rvmrc