From ae521f35fe2bf8ea175718206e74df35d00c327c Mon Sep 17 00:00:00 2001 From: F-loat Date: Fri, 21 Dec 2018 23:08:47 +0800 Subject: [PATCH] chore: _gitignore dist directory --- template/common/_gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/template/common/_gitignore b/template/common/_gitignore index e855477..2561bb4 100644 --- a/template/common/_gitignore +++ b/template/common/_gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules/ unpackage/ +dist/ # local env files .env.local