build: setup git repo

This commit is contained in:
2026-03-12 16:47:58 +08:00
commit e9b2135616
2 changed files with 17 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Auto detect text files and normalise to LF on commit
* text=auto eol=lf
# Force shell scripts to always use LF (critical for Docker containers)
*.sh text eol=lf
# Force Docker-related files to LF
Dockerfile* text eol=lf
docker-compose*.yml text eol=lf
*.conf text eol=lf
# Keep Windows batch files with CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf