.gitignore in checkpoint-0.2.2 vs .gitignore in checkpoint-1.0.0

- old
+ new

@@ -1,10 +1,19 @@ -*.gem -.bundle +/.bundle/ +/coverage/ +/doc/ +/pkg/ +/spec/reports/ +/tmp/ + +/db/checkpoint.log +/db/checkpoint.yml +/db/*.sqlite3 Gemfile.lock -pkg/* -*.swp -*.swo -*.swn -*.~ -*swp -*~ + +# rspec failure tracking +.rspec_status + +# Docs generated by YARD and Sphinx +/.yardoc/ +/docs/_build/ +/docs/_yard/