gengx
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
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',
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user