Skip to content

chore: broaden scaffold test output gitignore#59

Merged
TMHSDigital merged 1 commit into
mainfrom
chore/ignore-scaffold-output
May 23, 2026
Merged

chore: broaden scaffold test output gitignore#59
TMHSDigital merged 1 commit into
mainfrom
chore/ignore-scaffold-output

Conversation

@TMHSDigital
Copy link
Copy Markdown
Owner

Summary

  • Adds _scaffold*/ glob to .gitignore under the existing scaffold test output block
  • The previous output/ entry did not match _scaffold_output/, which is the directory name produced by local scaffold test runs
  • The glob covers _scaffold_output/ and any future underscore-prefixed variants without needing explicit entries

Verified that no tracked path matches _scaffold*/ -- all tracked scaffold paths live under scaffold/ (no leading underscore).

Test plan

  • Confirm _scaffold_output/ no longer appears in git status after merge
  • Confirm git ls-files | grep _scaffold returns nothing (no tracked paths accidentally shadowed)
  • CI: no VERSION bump required (chore prefix)

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>
@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@TMHSDigital TMHSDigital merged commit 765d320 into main May 23, 2026
13 checks passed
@TMHSDigital TMHSDigital deleted the chore/ignore-scaffold-output branch May 23, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant