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