Skip to content

Commit

Permalink
chore: 更新 .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Apr 30, 2021
1 parent 7517c63 commit 02a84a5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,21 @@
/coverage/
/yarn.lock
/yarn-error.log
/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# php
/vendor/
composer.lock
phpunit.xml
.php_cs.cache
.phpunit.result.cache

# php-coveralls
/build/logs/clover.xml

# miaoxing
/storage/
/tests/config-local.php

# wei
/log/

0 comments on commit 02a84a5

Please sign in to comment.