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 790B

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