Add prebuild directory and update git dot files

This commit is contained in:
Colin Sames
2026-04-03 17:47:53 +02:00
parent 7b07d01400
commit 09b97782e0
168 changed files with 154519 additions and 161085 deletions

10
.gitattributes vendored
View File

@@ -0,0 +1,10 @@
# Default: normalize all text files to LF
* text=auto eol=lf
# Windows-only scripts: keep CRLF on Windows checkouts
*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
# Explicitly force LF for shell scripts regardless of platform
*.sh text eol=lf