meat/meat.code-workspace

27 lines
706 B
Text
Raw Normal View History

2026-08-04 02:09:54 +02:00
{
"folders": [
{
"name": "meat",
"path": ".",
},
],
"settings": {
"oxc.path.oxfmt": "node_modules/.bin/oxfmt",
"oxc.path.oxlint": "node_modules/.bin/oxlint",
"files.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/.temp": true,
"**/dist": true,
"**/*.tsbuildinfo": true,
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"tsconfig.json": "tsconfig.*.json",
"package.json": "bun.lock, bunfig.toml, *.bun.plugin.ts, ox*.config.ts, .gitignore, commitlint.config.*, release.config.*js, hypeup.config.*",
"vite.config.ts": "*.vite.plugin.ts",
"README.md": "LICENSE, LICENSE.md, AGENTS.md, CLAUDE.md, CONTEXT.md",
},
},
}