.gitignore 756 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # See http://help.github.com/ignore-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. # Ignore bundler config
  7. /.bundle
  8. # Ignore the default SQLite database.
  9. /db/*.sqlite3
  10. /config/database.yml
  11. /config/torquebox.yml
  12. /config/initializers/secret_token.rb
  13. # Ignore all logfiles and tempfiles.
  14. /log/*
  15. /tmp
  16. doc/
  17. *.swp
  18. *~
  19. .project
  20. .DS_Store
  21. .idea
  22. oadr.sublime-workspace
  23. oadr.war
  24. public/assets/*
  25. **.zip
  26. out
  27. oadr.iml
  28. .sass-cache
  29. *.knob*
  30. .powenv
  31. config/tls/*.jks
  32. config/tls/*.pem
  33. config/secrets.yml
  34. coverage
  35. # Ignore API script files
  36. lib/api/*
  37. lib/schema/*