diff --git a/.gitignore b/.gitignore index c4bab8169..806ee706d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ npm-debug.* .yalc yalc.lock + +.byebug_history diff --git a/spec/dummy/.gitignore b/spec/dummy/.gitignore index 19f02d71c..7598a8aee 100644 --- a/spec/dummy/.gitignore +++ b/spec/dummy/.gitignore @@ -9,7 +9,7 @@ /vendor/bundle # Ignore the default SQLite database. -/db/*.sqlite3 +/db/*.sqlite3* /db/*.sqlite3-journal # Ignore all logfiles and tempfiles.