From 7fb8c5cbb8ea66397109c023076abeea43a69f78 Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Sat, 14 Mar 2026 17:22:54 +0800 Subject: [PATCH] fix: improve gitignore security patterns and clean root tsconfig Co-Authored-By: Claude Opus 4.6 --- .gitignore | 4 ++++ tsconfig.json | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a6ead1d..fafe0f1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ dist .understand-anything *.tsbuildinfo .DS_Store +.env +.env.* +coverage/ +*.log diff --git a/tsconfig.json b/tsconfig.json index 22a5cea..e8df3b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,6 @@ "resolveJsonModule": true, "declaration": true, "declarationMap": true, - "sourceMap": true, - "outDir": "dist", - "rootDir": "src" + "sourceMap": true } }