Skip to content

Commit c6ade10

Browse files
Exclude analytics.* and metrics.* files from export configuration in biome.json
1 parent 8336720 commit c6ade10

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

biome.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"!composer.json",
1515
"!composer.lock",
1616
"!package.json",
17-
"!package-lock.json"
17+
"!package-lock.json",
18+
"!analytics.*",
19+
"!metrics.*"
1820
]
1921
},
2022
"formatter": {

0 commit comments

Comments
 (0)