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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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/*.sqlite3-*
  18. /db/schema.rb
  19. /files/*
  20. /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
  21. /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
  22. /log/*.log*
  23. /log/mongrel_debug
  24. /plugins/*
  25. !/plugins/README
  26. /public/dispatch.*
  27. /public/plugin_assets/*
  28. /public/themes/*
  29. !/public/themes/alternate
  30. !/public/themes/classic
  31. !/public/themes/README
  32. /tmp/*
  33. /tmp/cache/*
  34. /tmp/pdf/*
  35. /tmp/sessions/*
  36. /tmp/sockets/*
  37. /tmp/test/*
  38. /tmp/thumbnails/*
  39. /vendor/cache
  40. *.rbc
  41. /.bundle
  42. /Gemfile.lock
  43. /Gemfile.local
  44. /node_modules
  45. yarn-error.log