You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 746B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /.project
  2. /.idea
  3. /.loadpath
  4. /.powrc
  5. /.rvmrc
  6. /config/additional_environment.rb
  7. /config/configuration.yml
  8. /config/database.yml
  9. /config/email.yml
  10. /config/secrets.yml
  11. /config/initializers/session_store.rb
  12. /config/initializers/secret_token.rb
  13. /coverage
  14. /db/*.db
  15. /db/*.sqlite3
  16. /db/schema.rb
  17. /files/*
  18. /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
  19. /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
  20. /log/*.log*
  21. /log/mongrel_debug
  22. /plugins/*
  23. !/plugins/README
  24. /public/dispatch.*
  25. /public/plugin_assets/*
  26. /public/themes/*
  27. !/public/themes/alternate
  28. !/public/themes/classic
  29. !/public/themes/README
  30. /tmp/*
  31. /tmp/cache/*
  32. /tmp/pdf/*
  33. /tmp/sessions/*
  34. /tmp/sockets/*
  35. /tmp/test/*
  36. /tmp/thumbnails/*
  37. /vendor/cache
  38. *.rbc
  39. /.bundle
  40. /Gemfile.lock
  41. /Gemfile.local