chore: .gitignore에서 미사용 오케스트레이션 설정 항목 제거
실제 파일이 존재하지 않는 오케스트레이션 관련 gitignore 항목을 정리한다. (orchestrator.mdc, agents/, commands/, hooks.json, hooks/, plans/)
This commit is contained in:
parent
37d93d82b1
commit
9b153d85af
|
|
@ -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/
|
|
||||||
Loading…
Reference in New Issue