From 06ff40e90ebe360b095cec5b1f1ec12652fe6db1 Mon Sep 17 00:00:00 2001 From: linlu <527100546@qq.com> Date: Thu, 24 Feb 2022 11:28:58 +0800 Subject: [PATCH] fix --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d29575d..c9942c95 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /node_modules /.pnp .pnp.js - # testing /coverage @@ -21,3 +20,10 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + + +# umi +/src/.umi +/src/.umi-production +/src/.umi-test +/.env.local \ No newline at end of file