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