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

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. syntax: glob
  2. .project
  3. .idea
  4. .loadpath
  5. .powrc
  6. .rvmrc
  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. public/dispatch.*
  24. public/plugin_assets/*
  25. tmp/*
  26. tmp/cache/*
  27. tmp/pdf/*
  28. tmp/sessions/*
  29. tmp/sockets/*
  30. tmp/test/*
  31. tmp/thumbnails/*
  32. vendor/cache
  33. *.rbc
  34. .svn/
  35. .git/
  36. .bundle
  37. Gemfile.lock
  38. Gemfile.local