From 72dbe6e35ef0d1dd294fd1d8e686819b2cd3ff4c Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Mon, 11 May 2026 13:46:50 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除特定项目目录的单独忽略规则 - 添加 /projects 整体忽略规则 - 添加 PHP CS Fixer 缓存文件忽略 - 添加 PHPUnit 缓存文件忽略 - 添加对象文件 (*.o) 忽略规则 --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f3d4ca74..7bc5ef81 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,7 @@ /vendor /node_modules /tmp -/projects/wordpress -/projects/workerman -/projects/thinkphp -/projects/laravel -/projects/tmp +/projects /.php-cs-fixer.cache /.phpunit.cache *.o