Skip to content

Commit 674ce6c

Browse files
committed
chore: drop accidentally-committed draft issue bodies
`be44687f` swept two local draft issue bodies (`.issue-black76-greeks.md`, `.issue-gk-greeks.md`) into the commit via `git add -A`. They were working-tree scratch for the deferred Black-76 / Garman-Kohlhagen Greeks follow-up issues and should not ship. Remove them and add `.issue-*.md` / `.pr-*.md` patterns at the repo root to `.gitignore` so this doesn't recur.
1 parent be44687 commit 674ce6c

3 files changed

Lines changed: 4 additions & 117 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ src/.DS_Store
3131

3232
# Local development examples
3333
/examples/Local/
34+
35+
# Local draft issue / PR bodies kept at the repo root
36+
/.issue-*.md
37+
/.pr-*.md

.issue-black76-greeks.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

.issue-gk-greeks.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)