From 52e977e5329b02c5f9d6b6edc2da387fbcbc11c5 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 21 Nov 2024 10:17:31 -0600 Subject: [PATCH] Backport #2487 --- .dockerignore | 1 + .gitignore | 1 + .npmignore | 2 ++ 3 files changed, 4 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 2e604be0f..8a921bbd6 100644 --- a/.npmignore +++ b/.npmignore @@ -72,3 +72,5 @@ CODE_OF_CONDUCT.md CONTRIBUTING.md src +bun.lockb +.tap