Skip to content

chore: remove stray tmp/ptest import artifacts and gitignore tmp/ - #223

Merged
tonydspaniard merged 1 commit into
masterfrom
chore-remove-stray-tmp-artifacts
Jun 5, 2026
Merged

chore: remove stray tmp/ptest import artifacts and gitignore tmp/#223
tonydspaniard merged 1 commit into
masterfrom
chore-remove-stray-tmp-artifacts

Conversation

@tonydspaniard

Copy link
Copy Markdown
Member

Cleanup: 19 generated spec files under tmp/ptest/ were accidentally committed in #222 (Phase 5). They came from an ad-hoc openapi:import --out=/tmp/ptest recon run whose --out resolved relative to the project root (writing tmp/ptest/, not /tmp/ptest/); being untracked, they were invisible to git diff --stat and got swept in by git add -A.

  • git rm -r tmp/ptest — removes all 19 files (they're pre-naming-fix buggy output anyway).
  • Adds tmp/ to .gitignore so local scratch output can't be committed again.

No source/test/behavior changes.

19 spec files written by an ad-hoc `openapi:import --out=/tmp/ptest` recon run
(resolved relative to the project root, not /tmp) were swept into the Phase 5
commit by `git add -A` because they were untracked. Remove them and ignore
tmp/ so local scratch output can't be committed again.
@tonydspaniard
tonydspaniard merged commit 9285fbe into master Jun 5, 2026
4 checks passed
@tonydspaniard
tonydspaniard deleted the chore-remove-stray-tmp-artifacts branch June 5, 2026 05:50
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