ship-gis/.gitignore
LHT e45be93e71 chore: publish 폴더 복원 및 그레이스풀 폴백 적용
- git 이력에서 publish 파일 45개 복원 (layouts, pages, components, scss)
- Sidebar.jsx: import.meta.glob 패턴으로 publish 폴더 없이도 빌드 가능
- App.jsx: lazy import에 catch 추가로 publish 누락 시 안내 메시지 표시
- .gitignore: src/publish/ 제외 해제 (git 추적 포함)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 14:29:01 +09:00

48 lines
761 B
Plaintext

# Dependencies
node_modules
package-lock.json
# Offline cache - git에 포함 (폐쇄망 배포용)
!.yarn-offline-cache/
docs
# Build
dist/
build/
# Environment
.env
.env.*
# IDE
.idea/
.vscode/
*.swp
*.swo
**/.DS_Store
# Logs
npm-debug.log*
# Claude
.claude/
*.md
!README.md
# TypeScript files (메인 프로젝트 참조용, 빌드/커밋 제외)
**/*.ts
**/*.tsx
# tracking VesselListManager (참조용 전체 제외 - replay 패키지에서 별도 구현)
src/tracking/components/VesselListManager/
# 단, d.ts 타입 선언 파일은 필요시 포함 가능
# !**/*.d.ts
# Publish 폴더 (퍼블리시 원본 포함, 없어도 빌드 가능)
nul
확인요청.txt
# Build artifacts
*.zip
httpd.conf