Skip to content

Commit c41254b

Browse files
authored
chore(site): use .gitignore in biome.jsonc (coder#16026)
1 parent cb6facb commit c41254b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

site/biome.jsonc

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2+
"vcs": {
3+
"enabled": true,
4+
"useIgnoreFile": true,
5+
"clientKind": "git",
6+
"root": ".."
7+
},
28
"files": {
3-
"ignore": [
4-
"build/",
5-
"node_modules/",
6-
"out/",
7-
"test-results/",
8-
"e2e/**/*Generated.ts",
9-
"pnpm-lock.yaml",
10-
"storybook-static/"
11-
]
9+
"ignore": ["e2e/**/*Generated.ts", "pnpm-lock.yaml"],
10+
"ignoreUnknown": true
1211
},
1312
"linter": {
1413
"rules": {

0 commit comments

Comments
 (0)