chore: initial commit

This commit is contained in:
Stevan Freeborn
2026-07-07 18:28:35 -05:00
commit 914afa469f
44 changed files with 3917 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Ensure shell scripts always use LF line endings
*.sh text eol=lf
*.sh.tmpl text eol=lf
# PowerShell scripts use CRLF on Windows
*.ps1 text eol=crlf
*.ps1.tmpl text eol=crlf
# JSON and TOML — platform native
*.json text
*.toml text
*.tmpl text