BLOG_PLAYGROUND / .gitattributes
CSB261's picture
Update .gitattributes
c8b1b37 verified
raw
history blame contribute delete
470 Bytes
### .gitattributes
```plaintext
# 텍스트 파일을 자동으로 감지하고 LF 정규화를 수행합니다.
* text=auto
# 명시적으로 정규화하고 체크아웃 시 기본 줄 끝으로 변환할 텍스트 파일을 선언합니다.
*.py text
*.html text
*.md text
*.txt text
# 실제 바이너리 파일로 수정되지 않아야 하는 파일을 표시합니다.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary