Initialize .gitattributes file to enforce LF line endings and exclude binary files from conversion

This commit is contained in:
2026-02-02 21:23:30 +09:00
parent 4850608ada
commit 7f7babecc0

11
.gitattributes vendored Normal file
View File

@@ -0,0 +1,11 @@
# 저장소에는 LF로 통일 (크로스 플랫폼 호환)
* text=auto eol=lf
# 바이너리는 변환 제외
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary