Updated .gitignore to ignore .log files

This commit is contained in:
xdrm-brackets 2017-10-27 18:02:36 +02:00
parent 63fa7eb5a0
commit 267ef71d36
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -8,4 +8,5 @@
/vendor/ /vendor/
/phpunit/coverage /phpunit/coverage
.vscode .vscode
TODO TODO
*.log