From e14b0728493a4fb9cf22588b2362e0247a9444fd Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 10 Aug 2023 02:50:26 +0800 Subject: [PATCH] Ignore `test-results/` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48ac1dc..f3206f0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* -/temp \ No newline at end of file +temp/ +test-results/