From fc7109aa662205f11100b80fe537186dab0138bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:21:56 -0600 Subject: [PATCH] [Backport 8.x] Ignore tap artifacts (#2491) Co-authored-by: Josh Mock --- .dockerignore | 1 + .gitignore | 1 + .npmignore | 1 + 3 files changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index e34f9ff27..a448fae9c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,3 +5,4 @@ elasticsearch .git lib junit-output +.tap diff --git a/.gitignore b/.gitignore index 99b15ab2f..adec49623 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ junit-output bun.lockb test-results processinfo +.tap diff --git a/.npmignore b/.npmignore index 08c1043f8..8a921bbd6 100644 --- a/.npmignore +++ b/.npmignore @@ -73,3 +73,4 @@ CONTRIBUTING.md src bun.lockb +.tap