diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..09859a9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# 저장소에는 LF로 통일 (크로스 플랫폼 호환) +* text=auto eol=lf + +# 바이너리는 변환 제외 +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.woff binary +*.woff2 binary