From e23f9948948d319708f677884bd04a0628bc286e Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sun, 15 Dec 2019 11:52:02 -0500 Subject: [PATCH] Add dev files to gitignore *.log matches the Vagrant log file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 79783d1..191148d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ lib .vagrant config.json npm-debug.log + +db.sqlite3 +.vagrant-cache +*.log