diff --git a/.gitignore b/.gitignore index e0a60f3669a4019fffbc2e8d0ea7ccb93458d003..7f0586f420c1a3a5ef5fa15ce00c87eb45a81f2f 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