mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 04:02:29 +08:00
Merge pull request #152 from wp-cli/ignore-txt-log
Ignore `*.txt` and `*.log` files
This commit is contained in:
commit
50bbff1623
2 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,5 @@ utils/
|
|||
*.zip
|
||||
*.tar.gz
|
||||
*.swp
|
||||
*.txt
|
||||
*.log
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,4 +5,6 @@ vendor/
|
|||
*.zip
|
||||
*.tar.gz
|
||||
*.swp
|
||||
*.txt
|
||||
*.log
|
||||
composer.lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue