Skip to content

Commit 0bab4f3

Browse files
Merge pull request #288
Exclude `analytics.*` and `metrics.*` files from export configuration in `biome.json`
2 parents 88c7ba4 + c6ade10 commit 0bab4f3

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)