Skip to content

Commit

Permalink
Ignore tap-testdir-*/
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Sep 6, 2023
1 parent d67bd69 commit e3a0075
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
!/SECURITY.md
!/tap-snapshots/
!/test/
tap-testdir-*/
!/workspace/
/workspace/*
!/workspace/test-workspace/
4 changes: 3 additions & 1 deletion lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ module.exports = {
'/LICENSE*',
'/CHANGELOG*',
],
ignorePaths: [],
ignorePaths: [
'tap-testdir-*/',
],
ciVersions: ['14.17.0', '14.x', '16.13.0', '16.x', '18.0.0', '18.x'],
lockfile: false,
codeowner: '@npm/cli-team',
Expand Down
6 changes: 6 additions & 0 deletions tap-snapshots/test/apply/source-snapshots.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,7 @@ jobs:
!/SECURITY.md
!/tap-snapshots/
!/test/
tap-testdir-*/
.npmrc
========================================
Expand Down Expand Up @@ -2941,6 +2942,7 @@ jobs:
!/SECURITY.md
!/tap-snapshots/
!/test/
tap-testdir-*/
!/workspaces/
/workspaces/*
!/workspaces/a/
Expand Down Expand Up @@ -3171,6 +3173,7 @@ workspaces/a/.gitignore
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir-*/
workspaces/a/package.json
========================================
Expand Down Expand Up @@ -3249,6 +3252,7 @@ workspaces/b/.gitignore
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir-*/
workspaces/b/package.json
========================================
Expand Down Expand Up @@ -4549,6 +4553,7 @@ workspaces/a/.gitignore
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir-*/
workspaces/a/package.json
========================================
Expand Down Expand Up @@ -4627,6 +4632,7 @@ workspaces/b/.gitignore
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir-*/
workspaces/b/package.json
========================================
Expand Down
4 changes: 4 additions & 0 deletions tap-snapshots/test/check/snapshots.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ To correct it: move files to not match one of the following patterns:
!/SECURITY.md
!/tap-snapshots/
!/test/
tap-testdir-*/
-------------------------------------------------------------------
`
Expand Down Expand Up @@ -185,6 +186,7 @@ To correct it: move files to not match one of the following patterns:
!/SECURITY.md
!/tap-snapshots/
!/test/
tap-testdir-*/
!/workspaces/
/workspaces/*
!/workspaces/a/
Expand Down Expand Up @@ -214,6 +216,7 @@ To correct it: move files to not match one of the following patterns:
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir-*/
-------------------------------------------------------------------
Expand All @@ -239,6 +242,7 @@ To correct it: move files to not match one of the following patterns:
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir-*/
-------------------------------------------------------------------
`
Expand Down
1 change: 1 addition & 0 deletions workspace/test-workspace/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
!/scripts/
!/tap-snapshots/
!/test/
tap-testdir-*/

0 comments on commit e3a0075

Please sign in to comment.