Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ out/
jdks/
jdks/**


# Gradle Wrapper (필수 파일은 제외)
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
Expand Down Expand Up @@ -105,11 +104,11 @@ desktop.ini
# ================================
HELP.md

# Gradle wrapper distribution (자동 설치된 바이너리 - 커밋 X)
wrapper/

# 🧊 GraalVM Native Build Tools
native-build-tools/

# 🧼 Gradle 임시 작업 파일
.tmp/

# 📁yml 파일
src/main/resources/*.yml
33 changes: 0 additions & 33 deletions src/main/resources/application-local.yml

This file was deleted.

20 changes: 0 additions & 20 deletions src/main/resources/application-test.yml

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/resources/application.yml

This file was deleted.

Loading