Skip to content

Commit 765d320

Browse files
authored
chore: broaden scaffold test output gitignore (#59)
Add _scaffold*/ glob to cover _scaffold_output/ and any future underscore-prefixed scaffold output directories. The existing output/ entry was too narrow and did not match the _scaffold_output/ name produced by local scaffold test runs. Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com>
1 parent 1181ee5 commit 765d320

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ Thumbs.db
4343

4444
# Scaffold test output
4545
output/
46+
_scaffold*/
4647
/tmp/

0 commit comments

Comments
 (0)