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.

.hgignore 694B

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