Initial commit
This commit is contained in:
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 줄바꿈 정책을 저장소가 소유한다.
|
||||
# 이 파일이 있으면 각자의 core.autocrlf 설정과 무관하게 동일한 결과가 나온다.
|
||||
|
||||
# 기본: 텍스트로 판단되면 저장소에는 항상 LF로 보관한다.
|
||||
* text=auto
|
||||
|
||||
# 반드시 LF여야 한다. CRLF가 섞이면 Linux/컨테이너에서 실행되지 않는다.
|
||||
*.java text eol=lf
|
||||
gradlew text eol=lf
|
||||
*.sh text eol=lf
|
||||
|
||||
# 반드시 CRLF여야 한다. Windows 셸이 해석하는 파일이다.
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
|
||||
# 바이너리: diff와 줄바꿈 변환 대상에서 제외한다.
|
||||
*.jar binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.pdf binary
|
||||
*.pptx binary
|
||||
*.p12 binary
|
||||
*.jks binary
|
||||
Reference in New Issue
Block a user