Skip to content

Commit e3a0075

Browse files
committed
Ignore tap-testdir-*/
1 parent d67bd69 commit e3a0075

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
!/SECURITY.md
2828
!/tap-snapshots/
2929
!/test/
30+
tap-testdir-*/
3031
!/workspace/
3132
/workspace/*
3233
!/workspace/test-workspace/

lib/content/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ module.exports = {
155155
'/LICENSE*',
156156
'/CHANGELOG*',
157157
],
158-
ignorePaths: [],
158+
ignorePaths: [
159+
'tap-testdir-*/',
160+
],
159161
ciVersions: ['14.17.0', '14.x', '16.13.0', '16.x', '18.0.0', '18.x'],
160162
lockfile: false,
161163
codeowner: '@npm/cli-team',

tap-snapshots/test/apply/source-snapshots.js.test.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,7 @@ jobs:
12611261
!/SECURITY.md
12621262
!/tap-snapshots/
12631263
!/test/
1264+
tap-testdir-*/
12641265
12651266
.npmrc
12661267
========================================
@@ -2941,6 +2942,7 @@ jobs:
29412942
!/SECURITY.md
29422943
!/tap-snapshots/
29432944
!/test/
2945+
tap-testdir-*/
29442946
!/workspaces/
29452947
/workspaces/*
29462948
!/workspaces/a/
@@ -3171,6 +3173,7 @@ workspaces/a/.gitignore
31713173
!/scripts/
31723174
!/tap-snapshots/
31733175
!/test/
3176+
tap-testdir-*/
31743177
31753178
workspaces/a/package.json
31763179
========================================
@@ -3249,6 +3252,7 @@ workspaces/b/.gitignore
32493252
!/scripts/
32503253
!/tap-snapshots/
32513254
!/test/
3255+
tap-testdir-*/
32523256
32533257
workspaces/b/package.json
32543258
========================================
@@ -4549,6 +4553,7 @@ workspaces/a/.gitignore
45494553
!/scripts/
45504554
!/tap-snapshots/
45514555
!/test/
4556+
tap-testdir-*/
45524557
45534558
workspaces/a/package.json
45544559
========================================
@@ -4627,6 +4632,7 @@ workspaces/b/.gitignore
46274632
!/scripts/
46284633
!/tap-snapshots/
46294634
!/test/
4635+
tap-testdir-*/
46304636
46314637
workspaces/b/package.json
46324638
========================================

tap-snapshots/test/check/snapshots.js.test.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ To correct it: move files to not match one of the following patterns:
146146
!/SECURITY.md
147147
!/tap-snapshots/
148148
!/test/
149+
tap-testdir-*/
149150
150151
-------------------------------------------------------------------
151152
`
@@ -185,6 +186,7 @@ To correct it: move files to not match one of the following patterns:
185186
!/SECURITY.md
186187
!/tap-snapshots/
187188
!/test/
189+
tap-testdir-*/
188190
!/workspaces/
189191
/workspaces/*
190192
!/workspaces/a/
@@ -214,6 +216,7 @@ To correct it: move files to not match one of the following patterns:
214216
!/scripts/
215217
!/tap-snapshots/
216218
!/test/
219+
tap-testdir-*/
217220
218221
-------------------------------------------------------------------
219222
@@ -239,6 +242,7 @@ To correct it: move files to not match one of the following patterns:
239242
!/scripts/
240243
!/tap-snapshots/
241244
!/test/
245+
tap-testdir-*/
242246
243247
-------------------------------------------------------------------
244248
`

workspace/test-workspace/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
!/scripts/
2020
!/tap-snapshots/
2121
!/test/
22+
tap-testdir-*/

0 commit comments

Comments
 (0)