22 lines
451 B
Plaintext
22 lines
451 B
Plaintext
# 줄바꿈 통일 (서버팀장 권고 — Windows/macOS/Linux 혼용 대응)
|
|
* text=auto eol=lf
|
|
|
|
# 바이너리 명시
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.pdf binary
|
|
*.zip binary
|
|
*.7z binary
|
|
*.sqlite binary
|
|
|
|
# 한글 경로·BOM 안전 처리
|
|
*.md text eol=lf
|
|
*.json text eol=lf
|
|
*.ps1 text eol=crlf
|
|
*.sh text eol=lf
|
|
|
|
# 머지 충돌 감소 (append-heavy 파일)
|
|
공유/일일보고/*.md merge=union
|
|
공유/PD_지시_트래킹/*.md merge=union
|