Add dev files to gitignore

*.log matches the Vagrant log file
This commit is contained in:
Annika Backstrom 2019-12-15 11:52:02 -05:00
parent 7e8f11a33c
commit e23f994894
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -3,3 +3,7 @@ lib
.vagrant
config.json
npm-debug.log
db.sqlite3
.vagrant-cache
*.log