From a03378bf0869b845c704914447facc06dbb1bc48 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Wed, 23 Oct 2024 14:48:58 +0200 Subject: [PATCH] infra: ignore vitest temp config (#3199) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 19f17cba164..a26870e4325 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ lib-cov coverage *.lcov +# Vitest Temp files +tsconfig.vitest-temp.json + # nyc test coverage .nyc_output