@@ -1236,6 +1236,8 @@ jobs:
12361236
12371237# ignore everything in the root
12381238/*
1239+ # transient test directories
1240+ tap-testdir*/
12391241
12401242# keep these
12411243!**/.gitignore
@@ -1261,7 +1263,6 @@ jobs:
12611263!/SECURITY.md
12621264!/tap-snapshots/
12631265!/test/
1264- tap-testdir-*/
12651266
12661267.npmrc
12671268========================================
@@ -2917,6 +2918,8 @@ jobs:
29172918
29182919# ignore everything in the root
29192920/*
2921+ # transient test directories
2922+ tap-testdir*/
29202923
29212924# keep these
29222925!**/.gitignore
@@ -2942,7 +2945,6 @@ jobs:
29422945!/SECURITY.md
29432946!/tap-snapshots/
29442947!/test/
2945- tap-testdir-*/
29462948!/workspaces/
29472949/workspaces/*
29482950!/workspaces/a/
@@ -3156,6 +3158,8 @@ workspaces/a/.gitignore
31563158
31573159# ignore everything in the root
31583160/*
3161+ # transient test directories
3162+ tap-testdir*/
31593163
31603164# keep these
31613165!**/.gitignore
@@ -3173,7 +3177,6 @@ workspaces/a/.gitignore
31733177!/scripts/
31743178!/tap-snapshots/
31753179!/test/
3176- tap-testdir-*/
31773180
31783181workspaces/a/package.json
31793182========================================
@@ -3235,6 +3238,8 @@ workspaces/b/.gitignore
32353238
32363239# ignore everything in the root
32373240/*
3241+ # transient test directories
3242+ tap-testdir*/
32383243
32393244# keep these
32403245!**/.gitignore
@@ -3252,7 +3257,6 @@ workspaces/b/.gitignore
32523257!/scripts/
32533258!/tap-snapshots/
32543259!/test/
3255- tap-testdir-*/
32563260
32573261workspaces/b/package.json
32583262========================================
@@ -4536,6 +4540,8 @@ workspaces/a/.gitignore
45364540
45374541# ignore everything in the root
45384542/*
4543+ # transient test directories
4544+ tap-testdir*/
45394545
45404546# keep these
45414547!**/.gitignore
@@ -4553,7 +4559,6 @@ workspaces/a/.gitignore
45534559!/scripts/
45544560!/tap-snapshots/
45554561!/test/
4556- tap-testdir-*/
45574562
45584563workspaces/a/package.json
45594564========================================
@@ -4615,6 +4620,8 @@ workspaces/b/.gitignore
46154620
46164621# ignore everything in the root
46174622/*
4623+ # transient test directories
4624+ tap-testdir*/
46184625
46194626# keep these
46204627!**/.gitignore
@@ -4632,7 +4639,6 @@ workspaces/b/.gitignore
46324639!/scripts/
46334640!/tap-snapshots/
46344641!/test/
4635- tap-testdir-*/
46364642
46374643workspaces/b/package.json
46384644========================================
0 commit comments