mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
chore: gitignore 忽略 phpunit 测试缓存目录
tests/.phpunit.cache/ 是 phpunit 运行产生的测试结果缓存(phpunit.xml.dist cacheDirectory 指向),不应纳入版本控制。
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -50,4 +50,7 @@ extend/base/common/command/curd/migrate_output.php
|
||||
/docker-dev/
|
||||
/.sisyphus
|
||||
/.omo
|
||||
/.playwright-mcp
|
||||
/.playwright-mcp
|
||||
|
||||
# PHPUnit 测试结果缓存
|
||||
tests/.phpunit.cache/
|
||||
Reference in New Issue
Block a user