Skip to content

Commit 704dcc7

Browse files
committed
infra: cross-platform support and hub-and-spoke mirroring
.gitattributes normalises line endings to LF for cross-machine Linux/Windows work. .agdai marked binary. Mirror workflow if present handles GitLab and Codeberg via GIT_ASKPASS auth; missing-token cases silently skip rather than fail the build.
1 parent e608ace commit 704dcc7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* text=auto eol=lf
2+
*.agda text eol=lf
3+
*.adoc text eol=lf
4+
*.md text eol=lf
5+
*.yml text eol=lf
6+
*.yaml text eol=lf
7+
*.scm text eol=lf
8+
*.a2ml text eol=lf
9+
*.agdai binary

0 commit comments

Comments
 (0)