- esbuild drop 옵션으로 빌드 시 console/debugger 자동 제거 - 개발용 폴더(publish, component/wrap) 빌드 시 제외 - 프록시 설정 추가 (signal-api, ship/image, tracks) - index.html root 이동 (public/ → root) - 의존성 업데이트 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
457 B
Plaintext
38 lines
457 B
Plaintext
# Dependencies
|
|
node_modules
|
|
docs
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
|
|
# Environment
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
*.md
|
|
|
|
# TypeScript files (메인 프로젝트 참조용, 빌드/커밋 제외)
|
|
**/*.ts
|
|
**/*.tsx
|
|
# 단, d.ts 타입 선언 파일은 필요시 포함 가능
|
|
# !**/*.d.ts
|
|
|
|
# Publish 폴더 (퍼블리시 원본 참조용, 빌드/커밋 제외)
|
|
src/publish/
|
|
nul
|
|
|
|
확인요청.txt |