"update tsconfig.json exclusion patterns for build optimization"
This commit is contained in:
@@ -40,16 +40,15 @@
|
|||||||
"node_modules",
|
"node_modules",
|
||||||
".next",
|
".next",
|
||||||
//
|
//
|
||||||
"**/*del",
|
|
||||||
"**/*plan",
|
|
||||||
"**/*.bak",
|
|
||||||
"*.bak",
|
|
||||||
"*.log",
|
|
||||||
"*.tmp",
|
|
||||||
"*.bug",
|
|
||||||
"*.del",
|
|
||||||
"*.draft",
|
|
||||||
"**/* copy *.tsx",
|
"**/* copy *.tsx",
|
||||||
"**/* copy.tsx"
|
"**/* copy.tsx",
|
||||||
|
"**/*.bak",
|
||||||
|
"**/*.bak",
|
||||||
|
"**/*.bug",
|
||||||
|
"**/*.del",
|
||||||
|
"**/*.draft",
|
||||||
|
"**/*.log",
|
||||||
|
"**/*.tmp",
|
||||||
|
"**/*del",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user