12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"ignorePatterns": [
|
|
"public/**",
|
|
"modules/**",
|
|
"resources/js/dist/**",
|
|
".github/skills/*",
|
|
".github/copilot-instructions.md",
|
|
"*.toml"
|
|
]
|
|
}
|