Browse Source

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


git-svn-id: http://svn.redmine.org/redmine/trunk@20929 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 3 years ago
parent
commit
05148029da
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore View File

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

Loading…
Cancel
Save