mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"ignorePatterns": [
|
|
"apps/",
|
|
"assets/",
|
|
"dist/",
|
|
"docs/_layouts/",
|
|
"node_modules/",
|
|
"patches/",
|
|
"pnpm-lock.yaml/",
|
|
"Swabble/",
|
|
"vendor/",
|
|
],
|
|
}
|