diff --git a/.gitignore b/.gitignore index e0a60f36..7f0586f4 100755 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,19 @@ yarn-error.log yarn.lock package-lock.json *bak +jsconfig.json +.vscode -# visual studio code -.history \ No newline at end of file +# visual studio code +.history +*.log + +functions/mock +.temp/** + +# umi +.umi +.umi-production + +# screenshot +screenshot \ No newline at end of file