From 6b6a738becb1ca0c401a963947ec7ccfeb21ef0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 1 Jul 2023 14:13:46 +0200 Subject: [PATCH] fix: ignore performance top level directory only MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 197aeb76..0fbf8510 100644 --- a/.gitignore +++ b/.gitignore @@ -117,7 +117,7 @@ package-lock.json .eslintcache temp/ *.tar.gz -performance/ +/performance/ performanceRecords.json performanceRecords.json.lock *.db -- 2.34.1