From 02c2ff1966ac3af05dd0ad181d485366dc0e6bd8 Mon Sep 17 00:00:00 2001 From: "837816638@qq.com" <> Date: Fri, 21 Aug 2020 16:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..bee1cf61c --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/npm-debug.log* +/yarn-error.log +/yarn.lock +/package-lock.json + +# production +/dist + +# misc +.DS_Store + +# umi +/src/.umi +/src/.umi-production +/src/.umi-test +/.env.local