Skip to content

Commit 9c00087

Browse files
claudehyperpolymath
authored andcommitted
chore: gitignore _build/; correct CITATION author email
Add _build/ to .gitignore (Agda build artifacts were untracked but not ignored). Change CITATION.cff author email from jonathan.jewell@gmail.com to j.d.a.jewell@open.ac.uk to match the rest of the repo (CHANGELOG, SPDX headers, etc.). https://claude.ai/code/session_01BwV2DWsjkBiNP3oscimMLV
1 parent 01271d9 commit 9c00087

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.agdai
2+
_build/
23
.claude/
34
.agda/
45

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: software
77
authors:
88
- given-names: Jonathan
99
family-names: Jewell
10-
email: jonathan.jewell@gmail.com
10+
email: j.d.a.jewell@open.ac.uk
1111
# PLACEHOLDER: insert ORCID once registered, e.g.
1212
# orcid: "https://orcid.org/0000-0000-0000-0000"
1313
repository-code: "https://github.com/hyperpolymath/echo-types"

0 commit comments

Comments
 (0)