diff --git a/.gitignore b/.gitignore index b370a5c..64c5841 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* +/test-results # Nix .direnv diff --git a/test-results/.last-run.json b/test-results/.last-run.json deleted file mode 100644 index cbcc1fb..0000000 --- a/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "passed", - "failedTests": [] -} \ No newline at end of file