- 퍼블리시 원본 참조용 폴더 git 추적 제외 - 실제 구현은 src/components, src/pages에서 진행 - 빌드 및 커밋에서 제외 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
33 lines
429 B
Plaintext
33 lines
429 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/
|
|
|
|
# TypeScript files (메인 프로젝트 참조용, 빌드/커밋 제외)
|
|
**/*.ts
|
|
**/*.tsx
|
|
# 단, d.ts 타입 선언 파일은 필요시 포함 가능
|
|
# !**/*.d.ts
|
|
|
|
# Publish 폴더 (퍼블리시 원본 참조용, 빌드/커밋 제외)
|
|
src/publish/ |