From 75195d544ebd680bc2844db64fcc8ae504a3fb89 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 9 Oct 2024 20:26:53 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20test-results?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + test-results/.last-run.json | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 test-results/.last-run.json 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