fix: improve gitignore security patterns and clean root tsconfig

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lum1104
2026-03-14 17:22:54 +08:00
Unverified
parent 6d5eccf47c
commit 7fb8c5cbb8
2 changed files with 5 additions and 3 deletions
+4
View File
@@ -3,3 +3,7 @@ dist
.understand-anything
*.tsbuildinfo
.DS_Store
.env
.env.*
coverage/
*.log
+1 -3
View File
@@ -11,8 +11,6 @@
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "src"
"sourceMap": true
}
}