From 48a3e86877eab9b87520981f6daca37e392a9e57 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Wed, 24 Jun 2026 22:22:30 +0800 Subject: [PATCH] feat(gitignore): add test-reports directory to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 90c943f..fd0b283 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ node_modules/ .superpowers agent-desk + +test-reports \ No newline at end of file