mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
15 lines
242 B
JSON
15 lines
242 B
JSON
|
|
{
|
||
|
|
"files": ["drizzle.config.ts"],
|
||
|
|
"patterns": [
|
||
|
|
"scripts/**",
|
||
|
|
"**/*.test.ts",
|
||
|
|
"**/*.test.tsx",
|
||
|
|
"**/*.spec.ts",
|
||
|
|
"**/*.spec.tsx",
|
||
|
|
"**/examples/**",
|
||
|
|
"e2e/**",
|
||
|
|
".github/scripts/**",
|
||
|
|
"apps/desktop/**"
|
||
|
|
]
|
||
|
|
}
|