forked from kimhyungsik/ax_hub_mcp_tool
Initial commit
This commit is contained in:
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 기본값: 모든 텍스트 파일 CRLF (Windows 개발 환경)
|
||||
* text=auto eol=crlf
|
||||
|
||||
# Shell 스크립트는 LF 고정 (Linux CI/CD 실행 환경)
|
||||
*.sh text eol=lf
|
||||
mvnw text eol=lf
|
||||
|
||||
# 바이너리 파일 (줄바꿈 변환 제외)
|
||||
*.jar binary
|
||||
*.war binary
|
||||
*.ear binary
|
||||
*.class binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.svg binary
|
||||
*.ttf binary
|
||||
*.woff binary
|
||||
*.woff2binary
|
||||
*.pdf binary
|
||||
*.zip binary
|
||||
*.tar.gz binary
|
||||
Reference in New Issue
Block a user