7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
# 배포 산출물은 Linux 서버에서 실행/파싱되므로 LF 강제(CRLF 시 systemd 유닛·bash 파싱 오류).
|
|
deploy/**/*.sh text eol=lf
|
|
deploy/**/*.service text eol=lf
|
|
deploy/**/*.conf text eol=lf
|
|
deploy/**/*.py text eol=lf
|
|
Jenkinsfile text eol=lf
|