KCG AI 기반 불법조업 탐지·차단 플랫폼 프론트엔드. React 19 + TypeScript 5.9 + Vite 8 + MapLibre + deck.gl + Zustand + Tailwind CSS. SFR 20개 전체 UI 구현 완료, 백엔드 연동 대기. - npm + Nexus 프록시 레지스트리 설정 - 팀 워크플로우 v1.6.1 부트스트랩 파일 배치 - .githooks (commit-msg, post-checkout) - package.json name: kcg-ai-monitoring v0.1.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
58 lines
789 B
Plaintext
58 lines
789 B
Plaintext
# === Build ===
|
|
dist/
|
|
build/
|
|
|
|
# === Dependencies ===
|
|
node_modules/
|
|
|
|
# === IDE ===
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# === OS ===
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# === Environment ===
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
secrets/
|
|
|
|
# === Debug ===
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# === Test ===
|
|
coverage/
|
|
|
|
# === Cache ===
|
|
.eslintcache
|
|
.prettiercache
|
|
*.tsbuildinfo
|
|
|
|
# === Code Review Graph (로컬 전용) ===
|
|
.code-review-graph/
|
|
|
|
# === 대용량/참고 문서 ===
|
|
*.hwpx
|
|
|
|
# === Claude Code ===
|
|
!.claude/
|
|
.claude/settings.local.json
|
|
.claude/CLAUDE.local.md
|
|
|
|
# === Team workflow (managed by /sync-team-workflow) ===
|
|
.claude/rules/
|
|
.claude/agents/
|
|
.claude/skills/push/
|
|
.claude/skills/mr/
|
|
.claude/skills/create-mr/
|
|
.claude/skills/release/
|
|
.claude/skills/version/
|
|
.claude/skills/fix-issue/
|
|
.claude/scripts/
|