From 2d6aaf349e4da1a6627384439a51e0ba1569f547 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Fri, 8 May 2026 15:15:47 +0800 Subject: [PATCH 1/2] chore: ignore artifacts directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep the artifacts of Harbor jobs locally for debugging purposes; do not push to remote. 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-9e2e56fdc5d14b3eb671eb9958802a98) Co-Authored-By: Pochi --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0cf2fa4d14c..54b3f22799c 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# Keep the artifacts of Harbor jobs locally for debugging purposes; do not push to remote +artifacts From 498e0e412586a99cf7bf79b8b539efc8026961bb Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Fri, 8 May 2026 15:28:36 +0800 Subject: [PATCH 2/2] Update .gitignore Co-authored-by: Wei Zhang --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 54b3f22799c..3091e608216 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,4 @@ yarn-error.log* next-env.d.ts # Keep the artifacts of Harbor jobs locally for debugging purposes; do not push to remote -artifacts +jobs/*/*/artifacts