From ac8e6ca0881781e09beebd2de8fe4832797b61d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=A3=AE?= Date: Thu, 2 Apr 2026 09:42:55 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加忽略规则: - Maven flattened pom 文件 - Claude Code memory 目录 - 应用日志目录 - 临时 SQL 脚本 Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 49391b7..4825bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,15 @@ node-compile-cache/ # Frontend build artifacts apps/**/dist/ packages/**/dist/ + +# Maven flattened pom +.flattened-pom.xml + +# Claude Code memory +.claude/ + +# Application logs +logs/ + +# SQL scripts (temporary) +update_tenant.sql