- Admin: EventEditForm 추가 (기존 포스터 유지 + 신규 추가 조합), ScheduleItem 편집 경로에 '행사' 분기 - PC 공개 상세: EventSection 추가 - 포스터 Swiper 슬라이드 + 호버 화살표, 클릭 시 Lightbox, 카카오맵 + 마커 + 장소명 오버레이, 관련 링크는 중간점+primary 색상, max-w-5xl 및 text-2xl로 크기 확대 - Mobile 공개 상세: MobileEventSection 추가 (포스터/장소/지도/링크) - KakaoMap 공용 컴포넌트 신규 (SDK 1회 로드 공유), VITE_KAKAO_JS_KEY 사용 - .gitignore: frontend/.env 제외 - routes/admin/events.js: PUT 핸들러의 addOrUpdateSchedule → syncScheduleById 정정 - 관련 문서(api/architecture/development) 업데이트 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
37 lines
492 B
Text
37 lines
492 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Env (frontend JS 키 등 — 빌드에 포함되더라도 소스 트리에서는 제외)
|
|
frontend/.env
|
|
frontend/.env.local
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
meilisearch_data/
|
|
redis_data/
|
|
|
|
# Scrape files
|
|
backend/scrape_*.cjs
|
|
backend/scrape_*.js
|
|
backend/scrape_*.txt
|
|
|
|
# Backup
|
|
backend-backup/
|
|
|
|
# Kiwi 모델 파일 (용량 큼, 별도 다운로드 필요)
|
|
backend/models/kiwi/models/
|