# cimery — Git 속성 # # Windows ↔ Unix LF/CRLF 경고 방지. Rust 소스는 LF 유지. * text=auto eol=lf # 이진 파일: 줄바꿈 변환 금지. *.png binary *.jpg binary *.jpeg binary *.ico binary *.usda binary *.usd binary *.ifc text eol=lf # Windows 전용 스크립트는 CRLF 필요. *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf