Skip to content

Commit

Permalink
Merge pull request github#1280 from renhx/rails-sqlite3-journal
Browse files Browse the repository at this point in the history
Added *.sqlite3-journal to Rails.gitignore
  • Loading branch information
arcresu committed Nov 29, 2014
2 parents e69894b + 15e56af commit 39365da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rails.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ capybara-*.html
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
Expand Down

0 comments on commit 39365da

Please sign in to comment.