From 63ac5e6ddaf4c36217909e5acb403ba389958b8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 19 Sep 2023 13:15:49 +0200 Subject: [PATCH] build: avoid reformatting of benchmark result MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .prettierignore | 1 + biome.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.prettierignore b/.prettierignore index cc503c8c..e1d4787d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ .nyc_output/ +benchmarks/versus-external-pools/BENCH-100000.* coverage/ docs/**/*.css docs/**/*.html diff --git a/biome.json b/biome.json index a30cbdd7..776ee217 100644 --- a/biome.json +++ b/biome.json @@ -30,6 +30,7 @@ "files": { "ignore": [ ".nyc_output/", + "benchmarks/versus-external-pools/BENCH-100000.*", "coverage/", "docs/**/*.css", "docs/**/*.html", -- 2.34.1