Initial commit

This commit is contained in:
Eric Ratliff
2026-03-13 08:24:03 -05:00
commit 9f29b8de9c
10 changed files with 671 additions and 0 deletions

45
.gitattributes vendored Normal file
View File

@@ -0,0 +1,45 @@
# Auto-detect text files and normalize line endings to LF on commit
* text=auto eol=lf
# Java source
*.java text eol=lf
*.xml text eol=lf
*.properties text eol=lf
# Web
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
*.json text eol=lf
# Python
*.py text eol=lf
# Docs
*.md text eol=lf
*.txt text eol=lf
# Shell scripts
*.sh text eol=lf
# Windows scripts (keep CRLF)
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Binary - do not diff or merge
*.class binary
*.jar binary
*.war binary
*.ear binary
*.db binary
*.sqlite binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.docx binary
*.xlsx binary
*.zip binary