chore: vendor FBA UI 工程源码(fastapi-best-architecture-ui master,Epic #163 受控源码基础)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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',
|
||||
'apps/web-antdv-next/src/types/antd.d.ts',
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user