From 0aafc2e1d436b93ce75f4f19ff015fcb976141c0 Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Mon, 24 Jul 2023 10:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 917d0d8a..543bad65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .DS_Store node_modules /dist -vite.config.js /tests/e2e/videos/ /tests/e2e/screenshots/ @@ -16,6 +15,7 @@ yarn-error.log* # lock files package-lock.json +vite.config.js yarn.lock # editor directories and files