From 7bbee8fa2ca7cd0bea000204fadc5341a31e3c12 Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Wed, 27 Feb 2019 11:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20admin-web=20.gitignore=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a7404079..dbcf0ecad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ + +# 查看更多 .gitignore 配置 -> https://help.github.com/articles/ignoring-files/ + /target/ !.mvn/wrapper/maven-wrapper.jar @@ -23,4 +26,46 @@ target/* /dist/ /nbdist/ /.nb-gradle/ -/build/ \ No newline at end of file +/build/ + + + +### admin-web ### + +# dependencies +**/node_modules + +# roadhog-api-doc ignore +/src/utils/request-temp.js +_roadhog-api-doc + +# production +/dist +/.vscode + +# misc +.DS_Store +npm-debug.log* +yarn-error.log + +/coverage +.idea +yarn.lock +package-lock.json +*bak +.vscode + +# visual studio code +.history +*.log + +functions/mock +.temp/** + +# umi +.umi +.umi-production + +# screenshot +screenshot +.firebase \ No newline at end of file