Skip to content

Commit 41750ff

Browse files
Merge pull request #296 from TheDragonCode/andrey-helldar-patch-1
Update biome.json to exclude additional directories
2 parents 7ffaaf9 + 52ab5f5 commit 41750ff

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

biome.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"!package.json",
1717
"!package-lock.json",
1818
"!**/analytics.*",
19-
"!**/metrics.*"
19+
"!**/metrics.*",
20+
"!coverage",
21+
"!dist",
22+
"!build",
23+
"!public"
2024
]
2125
},
2226
"formatter": {

0 commit comments

Comments
 (0)