Skip to content

Commit 7c63c37

Browse files
committed
Add useIgnoreFile option to VCS configuration
1 parent 7fbe1d9 commit 7c63c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"vcs": {
1616
"enabled": true,
17-
"clientKind": "git"
17+
"clientKind": "git",
18+
"useIgnoreFile": true
1819
},
1920
"linter": {
2021
"enabled": true,

0 commit comments

Comments
 (0)