Complete C# server cutover

This commit is contained in:
Nomads_Reach
2026-08-16 02:36:32 -04:00
parent ddadf87423
commit 757e614cdd
79 changed files with 923 additions and 13129 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
# Normalize text files by default; platform-specific EOL below.
* text=auto
# Shell / service / config (LF)
# LF text
*.sh text eol=lf
*.py text eol=lf
*.cs text eol=lf
*.csproj text eol=lf
*.service text eol=lf
*.conf text eol=lf
*.json text eol=lf
@@ -20,7 +20,7 @@
*.hpp text eol=lf
CMakeLists.txt text eol=lf
# Windows scripts (CRLF)
# Windows scripts
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf