Skip to content

Commit 4e1d0a5

Browse files
committed
chore: add test-results/ to biome ignore
Already in .gitignore but Biome was still checking it, causing a formatting error on .last-run.json.
1 parent 1d042f0 commit 4e1d0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
}
4747
],
4848
"files": {
49-
"ignore": ["dist/", "node_modules/"]
49+
"ignore": ["dist/", "node_modules/", "test-results/"]
5050
}
5151
}

0 commit comments

Comments
 (0)