From: JD <47495003+jd-0001@users.noreply.github.com> Date: Sat, 4 Dec 2021 05:19:39 +0000 (-0800) Subject: fix(template): update gitignore to avoid excluding extensions.json (#17) X-Git-Tag: v3.0.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be87ff032a3a42885a3a49acf440835c5f714534;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix(template): update gitignore to avoid excluding extensions.json (#17) --- diff --git a/template/base/_gitignore b/template/base/_gitignore index 133da84e..37924fe1 100644 --- a/template/base/_gitignore +++ b/template/base/_gitignore @@ -17,7 +17,7 @@ dist-ssr /cypress/screenshots/ # Editor directories and files -.vscode +.vscode/* !.vscode/extensions.json .idea *.suo