파일
wbx-spring/.gitignore
accura0117 62a2ca4fd5 chore: plans 폴더 git 추적 제거 및 코드 업데이트
- plans/ 폴더를 .gitignore에 추가하고 git 추적에서 제거
- WtmAuthController, UserRoleRepository 수정
- ApprovalPendingView, auth.service 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 08:54:16 +09:00

35 줄
259 B
Plaintext

# Build
build/
dist/
.gradle/
out/
# IDE
.idea/
*.iml
.vscode/
*.swp
# Node
node_modules/
wtm-frontend/node_modules/
# OS
.DS_Store
Thumbs.db
# Env (local overrides)
.env.local
.env.*.local
# Claude/OMC
.claude/
.omc/
# Logs
*.log
logs/
# Plans
plans/