chore: .gitignore에서 미사용 오케스트레이션 설정 항목 제거

실제 파일이 존재하지 않는 오케스트레이션 관련 gitignore 항목을 정리한다.
(orchestrator.mdc, agents/, commands/, hooks.json, hooks/, plans/)
This commit is contained in:
SeongHyun Kim 2026-03-04 14:19:04 +09:00
parent 37d93d82b1
commit 9b153d85af
1 changed files with 1 additions and 11 deletions

12
.gitignore vendored
View File

@ -293,14 +293,4 @@ claude.md
# 개인 작업 문서 (popdocs) # 개인 작업 문서 (popdocs)
popdocs/ popdocs/
.cursor/rules/popdocs-safety.mdc .cursor/rules/popdocs-safety.mdc
# ============================================
# KSH 개인 오케스트레이션 설정 (팀 공유 안함)
# ============================================
.cursor/rules/orchestrator.mdc
.cursor/agents/
.cursor/commands/
.cursor/hooks.json
.cursor/hooks/
.cursor/plans/