Ignore Vagrant .log files

This commit is contained in:
Alex Gleason 2019-07-22 16:27:03 -04:00
parent 83763d5ec8
commit 1c8fb11b43
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -13,6 +13,7 @@
/db/*.sqlite3-journal /db/*.sqlite3-journal
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/*.log
/log/* /log/*
!/log/.keep !/log/.keep
/tmp /tmp
@ -58,4 +59,4 @@ yarn-debug.log
# Ignore Docker option files # Ignore Docker option files
docker-compose.override.yml docker-compose.override.yml
dump.rdb dump.rdb