From 7ac8261b06793bfd574f770af93418b08ec79eb8 Mon Sep 17 00:00:00 2001 From: wanwu Date: Wed, 29 Oct 2025 11:24:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🧹 清理内容: - 删除 migration-report.json(迁移工具临时报告) - 删除 eslint-report.json(ESLint检查报告) - 删除 startup-check.report.json(启动检查报告) - 清理 /tmp 目录的构建日志 📝 更新.gitignore: - 忽略所有临时报告文件 --- wwjcloud-nest-v1/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wwjcloud-nest-v1/.gitignore diff --git a/wwjcloud-nest-v1/.gitignore b/wwjcloud-nest-v1/.gitignore new file mode 100644 index 00000000..04b88987 --- /dev/null +++ b/wwjcloud-nest-v1/.gitignore @@ -0,0 +1,5 @@ + +# 迁移工具临时文件 +tools/java-to-nestjs-migration/migration-report.json +wwjcloud/eslint-report.json +wwjcloud/startup-check.report.json