From e6c8e8a6c416e16e9070fb65b18aa53bbba6b3a7 Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Thu, 2 Jun 2022 10:03:35 +0800 Subject: [PATCH] add vue.config.js to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e52f20a..b1c025c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ tests/**/coverage/ *.njsproj *.sln vue.config.js +vue.config.js -- libgit2 0.21.4