mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
27 lines
428 B
TypeScript
27 lines
428 B
TypeScript
import { defineConfig } from "@vben/oxfmt-config";
|
|
|
|
export default defineConfig({
|
|
ignorePatterns: [
|
|
"dist",
|
|
"dev-dist",
|
|
".local",
|
|
".claude",
|
|
".agent",
|
|
".agents",
|
|
".codex",
|
|
".output.js",
|
|
"node_modules",
|
|
".nvmrc",
|
|
"coverage",
|
|
"CODEOWNERS",
|
|
".nitro",
|
|
".output",
|
|
"**/*.svg",
|
|
"**/*.sh",
|
|
"public",
|
|
".npmrc",
|
|
"*-lock.yaml",
|
|
"skills-lock.json",
|
|
],
|
|
});
|