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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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/assets/*
  27. public/dispatch.*
  28. public/plugin_assets/*
  29. tmp/*
  30. tmp/cache/*
  31. tmp/pdf/*
  32. tmp/sessions/*
  33. tmp/sockets/*
  34. tmp/test/*
  35. tmp/thumbnails/*
  36. vendor/cache
  37. *.rbc
  38. .svn/
  39. .git/
  40. .bundle
  41. Gemfile.lock
  42. Gemfile.local
  43. node_modules
  44. yarn-error.log