.gitignore in best_in_place-2.1.0 vs .gitignore in best_in_place-3.0.0.rc1

- old
+ new

@@ -1,11 +1,13 @@ .DS_Store .bundle +.idea pkg/* -Gemfile.lock -test_app/.bundle -test_app/db/*.sqlite3 -test_app/log/*.log -test_app/tmp/**/* +*.lock +spec/internal/.bundle +spec/internal/db/*.sqlite3 +spec/internal/log/*.log +spec/internal/tmp/**/* .rvmrc +coverage