chore: drop redundant helpers.d.ts fmt/gitignore guards

Runtime tsconfig already limits pack to src, so tests/**/*.d.ts is never
emitted during build; the fmt ignore and gitignore entries are unnecessary.
This commit is contained in:
clh02467605
2026-07-10 12:32:30 +08:00
parent 301986b669
commit 6e5ecf8923
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -43,7 +43,6 @@ tools/generated
# Test & scene outputs
/test/
packages/cli/scene/**/outputs/
**/tests/**/*.d.ts
# Environment variables (sensitive data)
.env
-3
View File
@@ -30,7 +30,4 @@ export default defineConfig({
run: {
cache: true,
},
fmt: {
ignorePatterns: ["**/tests/**/*.d.ts"],
},
});