From 69ccb95eb2c8cc5067a2d691389bd78c2dfca9ff Mon Sep 17 00:00:00 2001 From: duqingquan Date: Mon, 29 May 2023 15:46:41 +0800 Subject: [PATCH] git ignore update --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3df7ba6..6901566 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,9 @@ .DS_Store env.js -pages/autotest/ +jest.config.js autotest.reporter.js autotest.utils.js -jest.config.js \ No newline at end of file +pages/autotest/ +node_modules/ +vite.config.js \ No newline at end of file -- GitLab