- build/ 아티팩트 141개 파일 git 추적 제거 (.gitignore 누수 수정) - application-example.yml 실제 DB 자격증명 → 플레이스홀더로 교체 - WbxRoleRepository → rbac 패키지, WbxSystemConfigRepository → config 패키지 이동 - HealthController → common 패키지 이동 - auth.service.ts → auth.api.ts 이름 변경 (Vue/React 양쪽) - modules/auth/auth.types.ts 재수출 래퍼 파일 제거 - Vue 프론트엔드에 toArray 유틸 추가 (React와 동일) - settings.gradle.bak, .omc 상태 파일 등 불필요 파일 삭제 - **/.omc/ 패턴 .gitignore 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
44 줄
509 B
Plaintext
44 줄
509 B
Plaintext
# Build
|
|
build/
|
|
dist/
|
|
.gradle/
|
|
out/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env (local overrides)
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Claude/OMC/AI
|
|
.claude/
|
|
.omc/
|
|
**/.omc/
|
|
CLAUDE.md
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Plans
|
|
plans/
|
|
|
|
# Document generation scripts (keep PDFs, exclude generators)
|
|
wbx-spring-core/docs/generate_system_design.py
|
|
wbx-spring-core/docs/regenerate_pdfs.py
|
|
|
|
# Package lock files (frontend)
|
|
wtm-frontend-vue/package-lock.json
|
|
wtm-frontend-react/package-lock.json
|