Explorar el Código

Update .hgignore to ignore SQLite3 databases for parallel testing (#35030).


git-svn-id: http://svn.redmine.org/redmine/trunk@20930 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA hace 3 años
padre
commit
dfe7b0b0ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .hgignore

+ 1
- 0
.hgignore Ver fichero

@@ -16,6 +16,7 @@ config/initializers/secret_token.rb
coverage
db/*.db
db/*.sqlite3
db/*.sqlite3-*
db/schema.rb
files/*
lib/redmine/scm/adapters/mercurial/redminehelper.pyc

Cargando…
Cancelar
Guardar