# 배포/CI 파일은 리눅스 서버에서 그대로 실행되므로 개행을 LF로 고정한다. # (CRLF로 커밋되면 서버에서 "bad interpreter: /bin/bash^M" 로 죽는다) # 나머지 소스는 기존 방식 그대로 두기 위해 경로를 한정한다. deploy/dev/*.sh text eol=lf deploy/dev/*.service text eol=lf deploy/dev/*.yaml text eol=lf deploy/dev/*.conf text eol=lf .gitea/workflows/*.yml text eol=lf