- 해경 관련 코드/에셋 정리 (KCGV, 해경관할구역 FGB, PatrolShipSelector) - 위성/기상/퍼블리시/레거시 모듈 전체 삭제 - STOMP WebSocket → AIS Target API HTTP 폴링 방식 전환 - 세션 인증 임시 비활성화 (VITE_DEV_SKIP_AUTH) - 환경변수 민간 데모용으로 재구성 - 팀 워크플로우 v1.2.0 구조 적용 (.claude/rules, skills, settings) - .githooks, .editorconfig, .node-version 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
592 B
Plaintext
39 lines
592 B
Plaintext
# Dependencies
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
|
|
# Environment (production secrets)
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
**/.DS_Store
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Claude Code (개인 파일만 무시, 팀 파일은 추적)
|
|
.claude/settings.local.json
|
|
.claude/scripts/
|
|
|
|
# TypeScript files (메인 프로젝트 참조용, 빌드/커밋 제외)
|
|
**/*.ts
|
|
**/*.tsx
|
|
# tracking VesselListManager (참조용)
|
|
src/tracking/components/VesselListManager/
|