From 224831121f9d4304cd61644e75f934cf8662ed46 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 15 Oct 2018 11:00:51 +0100 Subject: [PATCH] Update .gitignore This includes more rails things that should be ignored, and various editor workspace directory/files. --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index 25ac0a6..daf2413 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,33 @@ +*.rbc +capybara-*.html +.rspec /log /tmp +/db/*.sqlite3 +/db/*.sqlite3-journal +/public/system +/coverage/ +/spec/tmp +*.orig +rerun.txt +pickle-email-*.html + +# Ignore Byebug command history file. +.byebug_history + +# Ignore precompiled javascript packs +/public/packs +/public/packs-test +/public/assets + +# Ignore uploaded files in development +/storage/* +!/storage/.keep + +# Editors +*.sublime-workspace +*.sublime-project +.idea +.vscode + +.DS_Store