From 17946748062a966cf86126381f6ed210a933196a Mon Sep 17 00:00:00 2001 From: xucheng Date: Thu, 30 Oct 2025 16:28:05 +0800 Subject: [PATCH] =?UTF-8?q?chore(gitignore):=20=E9=99=90=E5=AE=9A=20/publi?= =?UTF-8?q?c=E3=80=81/reports=20=E4=B8=8E=20/test(s)/=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E8=AF=AF=E5=BF=BD=E7=95=A5=E5=89=8D=E7=AB=AF=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c4e2ef4..8dcaf55 100644 --- a/.gitignore +++ b/.gitignore @@ -248,7 +248,7 @@ dist # Gatsby files .cache/ -public +/public # Storybook build outputs .out @@ -301,7 +301,7 @@ data/ *.xlsx # 报告和输出 -reports/ +/reports/ output/ exports/ @@ -320,7 +320,7 @@ test_*.py *_test.py tests/test_*.py tests/*_test.py -test/ +/test/ tests/output/ tests/reports/ tests/coverage/ @@ -337,8 +337,8 @@ tests/artifacts/ *.spec.jsx *.spec.tsx __tests__/ -test/ -tests/ +/test/ +/tests/ *.test.snap coverage/ .nyc_output/