# 자동 줄바꿈 정규화 (checkout 시 OS에 맞게, commit 시 LF로 통일) * text=auto # Java 소스 *.java text *.properties text *.xml text *.yml text *.yaml text # Web 리소스 *.html text *.css text *.js text *.json text # Shell 스크립트 (Linux/Mac) *.sh text eol=lf /mvnw text eol=lf # Windows 스크립트 *.cmd text eol=crlf *.bat text eol=crlf # 바이너리 (줄바꿈 변환하지 않음) *.jar binary *.png binary *.jpg binary *.gif binary *.ico binary *.docx binary