Skip to content

Commit 4449ad2

Browse files
Fixed exclusions for analytics and metrics files
1 parent 05dd793 commit 4449ad2

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)