include only the folder we care about

This commit is contained in:
DaKheera47 2026-01-25 12:53:09 +00:00
parent 8b9b7f8bba
commit 76957e6f92

View File

@ -1,7 +1,13 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"files": {
"includes": [
"**",
"!!**/dist"
]
}
}