.gitignore
43 lines
| 746 B
| text/plain
|
TextLexer
|
r4693 | /.project | ||
|
r15823 | /.idea | ||
|
r4693 | /.loadpath | ||
|
r11534 | /.powrc | ||
/.rvmrc | ||||
|
r2904 | /config/additional_environment.rb | ||
|
r4667 | /config/configuration.yml | ||
|
r2734 | /config/database.yml | ||
/config/email.yml | ||||
|
r14058 | /config/secrets.yml | ||
|
r2734 | /config/initializers/session_store.rb | ||
|
r9346 | /config/initializers/secret_token.rb | ||
|
r2734 | /coverage | ||
/db/*.db | ||||
/db/*.sqlite3 | ||||
/db/schema.rb | ||||
/files/* | ||||
|
r4714 | /lib/redmine/scm/adapters/mercurial/redminehelper.pyc | ||
/lib/redmine/scm/adapters/mercurial/redminehelper.pyo | ||||
|
r2734 | /log/*.log* | ||
/log/mongrel_debug | ||||
|
r11396 | /plugins/* | ||
!/plugins/README | ||||
|
r2734 | /public/dispatch.* | ||
|
r13110 | /public/plugin_assets/* | ||
|
r11396 | /public/themes/* | ||
!/public/themes/alternate | ||||
!/public/themes/classic | ||||
!/public/themes/README | ||||
|
r2734 | /tmp/* | ||
/tmp/cache/* | ||||
|
r10490 | /tmp/pdf/* | ||
|
r2734 | /tmp/sessions/* | ||
/tmp/sockets/* | ||||
/tmp/test/* | ||||
|
r10500 | /tmp/thumbnails/* | ||
|
r8812 | /vendor/cache | ||
|
r3654 | *.rbc | ||
|
r6334 | |||
/.bundle | ||||
/Gemfile.lock | ||||
|
r6335 | /Gemfile.local | ||
|
r6334 | |||