fix: 프로젝트 최상위 각종 설정 파일(gradlew 등)에 잘못 추가되었던 프로퍼티 내용 완전 제거

This commit is contained in:
jade
2026-07-16 14:30:30 +09:00
parent 8e2c44a1b4
commit 64ebed8ad9
13 changed files with 258 additions and 513 deletions

27
.gitattributes vendored
View File

@@ -1,12 +1,12 @@
# 기본값: 모든 í…<C3AD>스트 파ì<C592>¼ CRLF (Windows 개발 환경)
# 湲곕낯媛? 紐⑤뱺 ?띿뒪???뚯씪 CRLF (Windows 媛쒕컻 ?섍꼍)
* text=auto eol=crlf
# Shell 스í<EFBFBD>¬ë¦½íŠ¸ëŠ” LF ê³ ì • (Linux CI/CD 실행 환경)
# Shell ?ㅽ겕由쏀듃??LF 怨좎젙 (Linux CI/CD ?ㅽ뻾 ?섍꼍)
*.sh text eol=lf
mvnw text eol=lf
gradlew text eol=lf
# ë°”ì<EFBFBD>´ë„ˆë¦¬ 파ì<C592>¼ (줄바꿈 변환 제외)
# 諛붿씠?덈━ ?뚯씪 (以꾨컮轅?蹂€???쒖쇅)
*.jar binary
*.war binary
*.ear binary
@@ -23,24 +23,3 @@ gradlew text eol=lf
*.pdf binary
*.zip binary
*.tar.gz binary
# --- ½ÅÇѶóÀÌÇÁ EAI/MCI ¿¬°è IP Á¤º¸ (°³¹ß ȯ°æ) ---
shinhan.integration.envrTypeCd=D
shinhan.integration.eai.url=http://10.176.32.181
shinhan.integration.internalMci.url=http://10.176.32.173
shinhan.integration.bancaMci.url=http://10.176.32.117
shinhan.integration.externalMci.url=http://10.176.32.176
# --- ½ÅÇѶóÀÌÇÁ EAI/MCI ¿¬°è IP Á¤º¸ (Å×½ºÆ® ȯ°æ) ---
shinhan.integration.envrTypeCd=T
shinhan.integration.eai.url=http://10.174.32.181
shinhan.integration.internalMci.url=http://10.174.32.173
shinhan.integration.bancaMci.url=http://10.174.32.117
shinhan.integration.externalMci.url=http://10.176.32.177
# --- ½ÅÇѶóÀÌÇÁ EAI/MCI ¿¬°è IP Á¤º¸ (¿î¿µ ȯ°æ) ---
shinhan.integration.envrTypeCd=R
shinhan.integration.eai.url=http://10.172.32.181
shinhan.integration.internalMci.url=http://10.172.32.173
shinhan.integration.bancaMci.url=http://10.172.32.117
shinhan.integration.externalMci.url=http://10.172.32.177