Merge pull request #152 from wp-cli/ignore-txt-log

Ignore `*.txt` and `*.log` files
This commit is contained in:
gitlost 2017-10-20 23:39:54 +01:00 committed by GitHub
commit 50bbff1623
2 changed files with 4 additions and 0 deletions

View file

@ -12,3 +12,5 @@ utils/
*.zip
*.tar.gz
*.swp
*.txt
*.log

2
.gitignore vendored
View file

@ -5,4 +5,6 @@ vendor/
*.zip
*.tar.gz
*.swp
*.txt
*.log
composer.lock