diff --git a/.DS_Store b/.DS_Store index edc74b0..5e3e485 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 2e6f7e0..eacf263 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ fabric.properties logs/ *.pem +.DS_Store \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7ce762d..d4f6d15 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -17,6 +17,7 @@ { "taskName": "pub:serve", "suppressTaskName": true, + "isBackground": true, "args": [ "serve" ] diff --git a/web/.DS_Store b/web/.DS_Store index 10f526f..1db1128 100644 Binary files a/web/.DS_Store and b/web/.DS_Store differ