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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /.project
  2. /.idea
  3. /.loadpath
  4. /.powrc
  5. /.rvmrc
  6. /.ruby-version
  7. /.byebug_history
  8. /config/additional_environment.rb
  9. /config/configuration.yml
  10. /config/database.yml
  11. /config/email.yml
  12. /config/secrets.yml
  13. /config/initializers/session_store.rb
  14. /config/initializers/secret_token.rb
  15. /coverage
  16. /db/*.db
  17. /db/*.sqlite3
  18. /db/*.sqlite3-*
  19. /db/schema.rb
  20. /files/*
  21. /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
  22. /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
  23. /log/*.log*
  24. /log/mongrel_debug
  25. /plugins/*
  26. !/plugins/README
  27. /public/assets/*
  28. /public/dispatch.*
  29. /public/plugin_assets/*
  30. /themes/*
  31. !/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