diff --git a/app/.gitignore b/app/.gitignore index 9a1cf98..b4891e0 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -25,3 +25,4 @@ vite.config.ts.timestamp-* # npm package-lock.json *.log +test-results/ diff --git a/app/test-results/.last-run.json b/app/test-results/.last-run.json deleted file mode 100644 index cbcc1fb..0000000 --- a/app/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "passed", - "failedTests": [] -} \ No newline at end of file