From 6be47f19519a01ea728161f0f9c6612a8e45e79c Mon Sep 17 00:00:00 2001 From: Changeden Date: Wed, 10 Apr 2019 09:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitignore b/.gitignore index bfa6a22..b5a2cce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,27 @@ # Created by .ignore support plugin (hsz.mobi) +.DS_Store +node_modules +/dist +/src/.entry +yarn.lock +package-lock.json + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw* + +*.bat