- Added new `updateMoldSerial` API endpoint for updating mold serial details. - Modified existing mold-related SQL queries to include `id` and `created_date` fields. - Updated frontend to handle mold serial updates and image uploads. - Improved subcontractor management table with additional fields and rendering logic. This update improves the overall functionality and user experience in managing molds and subcontractors.
241 lines
3.1 KiB
Plaintext
241 lines
3.1 KiB
Plaintext
# Claude Code
|
|
.claude/
|
|
|
|
# Test checklists
|
|
docs/test-checklists/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
jspm_packages/
|
|
bower_components
|
|
|
|
# Package manager logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
lib-cov
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
build/Release
|
|
|
|
# Gradle
|
|
.gradle/
|
|
**/backend/.gradle/
|
|
|
|
# Cache
|
|
.npm
|
|
.eslintcache
|
|
.cache/
|
|
.parcel-cache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
*.cache
|
|
cache/
|
|
|
|
# Next.js
|
|
.next
|
|
|
|
# Storybook
|
|
.out
|
|
.storybook-out
|
|
|
|
# REPL history
|
|
.node_repl_history
|
|
|
|
# Package archives
|
|
*.tgz
|
|
.yarn-integrity
|
|
|
|
# Temporary
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Logs
|
|
logs/
|
|
log/
|
|
*.log
|
|
|
|
# ===== 환경 변수 및 민감 정보 =====
|
|
|
|
# 환경 변수
|
|
.env
|
|
.env.test
|
|
.env.local
|
|
.env.production
|
|
.env.docker
|
|
backend-node/.env
|
|
backend-node/.env.local
|
|
backend-node/.env.development
|
|
backend-node/.env.production
|
|
backend-node/.env.test
|
|
frontend/.env
|
|
frontend/.env.local
|
|
frontend/.env.development
|
|
frontend/.env.production
|
|
frontend/.env.test
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
docker-compose.prod.yml
|
|
|
|
# 설정 파일
|
|
configs/
|
|
settings/
|
|
|
|
# 키/인증서
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
*.crt
|
|
*.cert
|
|
secrets/
|
|
|
|
# oh-my-claudecode 로컬 세션/상태 파일
|
|
.omc/
|
|
secrets.json
|
|
secrets.yaml
|
|
secrets.yml
|
|
api-keys.json
|
|
tokens.json
|
|
|
|
# Kubernetes Secrets (절대 커밋하지 않음!)
|
|
k8s/vexplor-secret.yaml
|
|
k8s/*-secret.yaml
|
|
!k8s/*-secret.yaml.template
|
|
|
|
# Kubernetes Secrets (절대 커밋하지 않음!)
|
|
k8s/vexplor-secret.yaml
|
|
k8s/*-secret.yaml
|
|
!k8s/*-secret.yaml.template
|
|
|
|
# 데이터베이스 덤프
|
|
*.sql
|
|
*.dump
|
|
db/dump/
|
|
db/backup/
|
|
|
|
# 백업
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
backup/
|
|
|
|
# ===== IDE =====
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.user
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# ===== 업로드/미디어 =====
|
|
backend-node/uploads/
|
|
uploads/
|
|
*.jpg
|
|
*.jpeg
|
|
*.png
|
|
*.gif
|
|
*.pdf
|
|
*.doc
|
|
*.docx
|
|
*.xls
|
|
*.xlsx
|
|
*.ppt
|
|
*.pptx
|
|
*.hwp
|
|
*.hwpx
|
|
|
|
# ===== 기타 =====
|
|
claude.md
|
|
|
|
.cursor/mcp.json
|
|
|
|
# Agent Pipeline 로컬 파일
|
|
_local/
|
|
.agent-pipeline/
|
|
.codeguard-baseline.json
|
|
scripts/browser-test-*.js
|
|
|
|
# AI 에이전트 테스트 산출물
|
|
*-test-screenshots/
|
|
*-screenshots/
|
|
*-test.mjs
|
|
|
|
# 개인 작업 문서
|
|
popdocs/
|
|
kshdocs/
|
|
.cursor/rules/popdocs-safety.mdc
|
|
.cursor/rules/overtime-registration.mdc
|
|
|
|
# 멀티 에이전트 MCP 태스크 큐
|
|
mcp-task-queue/
|
|
.cursor/mcp.json
|
|
.cursor/rules/multi-agent-pm.mdc
|
|
.cursor/rules/multi-agent-worker.mdc
|
|
.cursor/rules/multi-agent-tester.mdc
|
|
.cursor/rules/multi-agent-reviewer.mdc
|
|
.cursor/rules/multi-agent-knowledge.mdc
|
|
|
|
# MCP Agent Orchestrator (개인 파이프라인 도구)
|
|
mcp-agent-orchestrator/
|
|
.mcp.json
|
|
|
|
# 파이프라인 회고록 (자동 생성)
|
|
docs/retrospectives/
|
|
mes-architecture-guide.md
|
|
# MES Reference Documents
|
|
docs/mes-reference/
|
|
|
|
# 테스트 결과물
|
|
frontend/test-results/
|
|
test-output/
|
|
test-results/
|
|
|
|
# 아카이브/백업 파일
|
|
*.tar.gz
|
|
|
|
# Cursor 설정
|
|
.cursor/
|
|
|
|
# Playwright 테스트 (관제탑에서 관리)
|
|
frontend/playwright.config.ts
|
|
frontend/tests/
|
|
frontend/test-results/
|
|
db/checkpoints/
|