mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-07 12:36:24 +00:00
- 구현률 100% 달성: 14개 API 전체 구현 완료 - 신규 구현 API 문서화 (5개): * AI 추천 요청/선택 API * 이미지 편집 API * 배포 채널 선택 API * 이벤트 수정 API - 문서 구조 개선: * 미구현 API 계획 섹션 제거 * 서비스 간 연동 가이드 추가 * 통합 테스트 시나리오 추가 - Controller 라인 번호 정확도 향상 - .gitignore에 heap dump 파일 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
50 lines
568 B
Plaintext
50 lines
568 B
Plaintext
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.npm-global/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
*.log
|
|
.gradle/
|
|
logs/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary
|
|
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
|
|
*.hprof
|
|
test-data.json
|