Initialize .gitattributes file to enforce LF line endings and exclude binary files from conversion
This commit is contained in:
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 저장소에는 LF로 통일 (크로스 플랫폼 호환)
|
||||
* text=auto eol=lf
|
||||
|
||||
# 바이너리는 변환 제외
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.woff binary
|
||||
*.woff2 binary
|
||||
Reference in New Issue
Block a user