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

1234567891011121314151617181920212223242526272829303132
  1. /.project
  2. /.loadpath
  3. /config/additional_environment.rb
  4. /config/configuration.yml
  5. /config/database.yml
  6. /config/email.yml
  7. /config/initializers/session_store.rb
  8. /config/initializers/secret_token.rb
  9. /coverage
  10. /db/*.db
  11. /db/*.sqlite3
  12. /db/schema.rb
  13. /files/*
  14. /lib/redmine/scm/adapters/mercurial/redminehelper.pyc
  15. /lib/redmine/scm/adapters/mercurial/redminehelper.pyo
  16. /log/*.log*
  17. /log/mongrel_debug
  18. /public/dispatch.*
  19. /public/plugin_assets
  20. /tmp/*
  21. /tmp/cache/*
  22. /tmp/sessions/*
  23. /tmp/sockets/*
  24. /tmp/test/*
  25. /vendor/cache
  26. /vendor/rails
  27. *.rbc
  28. /.bundle
  29. /Gemfile.lock
  30. /Gemfile.local