From ff3dded2a94fc06041f0086571a5d776ae8c6629 Mon Sep 17 00:00:00 2001 From: edgex <373880735@qq.com> Date: Wed, 9 Jun 2021 15:21:33 +0800 Subject: [PATCH] Update Vue.gitignore add vue build output --- gitignores/Vue.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitignores/Vue.gitignore b/gitignores/Vue.gitignore index ed0d3c8..2e0c424 100644 --- a/gitignores/Vue.gitignore +++ b/gitignores/Vue.gitignore @@ -78,6 +78,9 @@ typings/ # vuepress build output .vuepress/dist +# vue build output +dist + # Serverless directories .serverless/