Ignore Vagrant .log files
This commit is contained in:
parent
83763d5ec8
commit
1c8fb11b43
|
@ -13,6 +13,7 @@
|
|||
/db/*.sqlite3-journal
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/*.log
|
||||
/log/*
|
||||
!/log/.keep
|
||||
/tmp
|
||||
|
@ -58,4 +59,4 @@ yarn-debug.log
|
|||
# Ignore Docker option files
|
||||
docker-compose.override.yml
|
||||
|
||||
dump.rdb
|
||||
dump.rdb
|
||||
|
|
Loading…
Reference in New Issue