Refactor Update-Scripts function to improve error handling and streamline file operations

This commit is contained in:
2025-09-15 12:42:53 -05:00
parent f85d9ad03a
commit ae33b35354
4 changed files with 79 additions and 3 deletions

25
.gitattributes vendored Normal file
View File

@@ -0,0 +1,25 @@
# Set default behavior to LF line endings
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.ps1 text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.js text eol=lf
*.py text eol=lf
*.csv text eol=lf
*.md text eol=lf
*.ini text eol=lf
*.sh text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.ttf binary
*.zip binary
*.db binary
*.ptb binary