.gitignore 254 B

123456789101112131415161718192021222324252627
  1. *.gem
  2. *.rbc
  3. .bundle
  4. .config
  5. coverage
  6. InstalledFiles
  7. lib/bundler/man
  8. pkg
  9. rdoc
  10. spec/reports
  11. test/tmp
  12. test/version_tmp
  13. tmp
  14. *.DS_STORE
  15. build/
  16. .cache
  17. .vagrant
  18. .sass-cache
  19. # YARD artifacts
  20. .yardoc
  21. _yardoc
  22. doc/
  23. .idea/
  24. # Vagrant artifacts
  25. ubuntu-*-console.log