Site para o estudio Velvet Design em São Paulo. http://velvetdesign.com.br

.gitignore 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # See https://help.github.com/articles/ignoring-files for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile '~/.gitignore_global'
  6. *.rbc
  7. capybara-*.html
  8. .rspec
  9. /log
  10. /tmp
  11. /db/*.sqlite3
  12. /public/system
  13. /coverage/
  14. /spec/tmp
  15. **.orig
  16. rerun.txt
  17. pickle-email-*.html
  18. # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
  19. config/initializers/secret_token.rb
  20. config/secrets.yml
  21. ## Environment normalisation:
  22. /.bundle
  23. /vendor/bundle
  24. # these should all be checked in to normalise the environment:
  25. # Gemfile.lock, .ruby-version, .ruby-gemset
  26. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  27. .rvmrc
  28. # if using bower-rails ignore default bower_components path bower.json files
  29. /vendor/assets/bower_components
  30. *.bowerrc
  31. bower.json
  32. .DS_Store
  33. .AppleDouble
  34. .LSOverride
  35. # Icon must end with two \r
  36. Icon
  37. # Thumbnails
  38. ._*
  39. # Files that might appear on external disk
  40. .Spotlight-V100
  41. .Trashes
  42. # Directories potentially created on remote AFP share
  43. .AppleDB
  44. .AppleDesktop
  45. Network Trash Folder
  46. Temporary Items
  47. .apdisk
  48. # Ignore application configuration
  49. /config/application.yml
  50. # Ignore File Uploads
  51. /public/uploads