This commit is contained in:
ahaas25
2025-02-23 23:27:46 -05:00
parent 94bd5c0bf7
commit 24cb406af9
18 changed files with 2090 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# convert to OS line endings on checkout, back to LF on commit
* text=auto
# ensure anything copied to the container has unix style line endings
*.sh text eol=lf
requirements.txt text eol=lf