Merge branch 'develop' into feature/analytics

This commit is contained in:
Hyowon Yang
2025-10-27 15:10:31 +09:00
committed by GitHub
179 changed files with 12989 additions and 495 deletions
+15
View File
@@ -20,6 +20,8 @@ Thumbs.db
dist/
build/
*.log
.gradle/
logs/
# Gradle
.gradle/
@@ -38,3 +40,16 @@ logs/
tmp/
temp/
*.tmp
# Kubernetes Secrets (민감한 정보 포함)
k8s/**/secret.yaml
k8s/**/*-secret.yaml
k8s/**/*-prod.yaml
k8s/**/*-dev.yaml
k8s/**/*-local.yaml
# IntelliJ 실행 프로파일 (민감한 환경 변수 포함 가능)
.run/*.run.xml
# Gradle (로컬 환경 설정)
gradle.properties