diff options
author | Marlon Henry Schweigert <marlon.henry@magrathealabs.com> | 2019-09-10 11:08:25 -0300 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-09-10 11:08:25 -0300 |
commit | 3dc70c8fc4506f387daf063e30901226f3c8ef52 (patch) | |
tree | fb870e4be599fb36218e2820147852459217d8be /Rails.gitignore | |
parent | aad51433ec2c5e8ca7627802538af62548862ea1 (diff) | |
download | gitignore-3dc70c8fc4506f387daf063e30901226f3c8ef52.tar.gz gitignore-3dc70c8fc4506f387daf063e30901226f3c8ef52.zip |
Upgrate to rails 6.0.0 (#3167)
* Upgrate to rails 6.0.0
* Simplify Rails.gitignore
Diffstat (limited to 'Rails.gitignore')
-rw-r--r-- | Rails.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Rails.gitignore b/Rails.gitignore index cec0a75d..902de7a3 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,6 +3,7 @@ capybara-*.html .rspec /db/*.sqlite3 /db/*.sqlite3-journal +/db/*.sqlite3-[0-9]* /public/system /coverage/ /spec/tmp |