Skip to content

Commit 3678d60

Browse files
[EA3-213] chore: Spring Boot 환경설정 파일 수정
1 parent c6a8746 commit 3678d60

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@ $RECYCLE.BIN/
8383
hs_err_pid*
8484
replay_pid*
8585

86-
# === Spring Boot 환경설정 파일 ===
86+
# === Spring Boot 환경설정 파일 (필요시 추가하기) ===
8787
application.properties
88-
application-*.properties
88+
application-local.properties
89+
application-test.properties
90+
application-prod.properties
91+
application-prod-aws.properties
92+
application-prod-gcp.properties
8993

9094
# === 기타 ===
9195
HELP.md

0 commit comments

Comments
 (0)