Skip to content

Commit be2fe31

Browse files
[Backport 8.16] Ignore tap artifacts (#2492)
Co-authored-by: Josh Mock <[email protected]>
1 parent 1d2d934 commit be2fe31

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ elasticsearch
55
.git
66
lib
77
junit-output
8+
.tap

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ junit-output
6767
bun.lockb
6868
test-results
6969
processinfo
70+
.tap

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ CONTRIBUTING.md
7373

7474
src
7575
bun.lockb
76+
.tap

0 commit comments

Comments
 (0)