feat: [contracts] 계약서 버전 관리 시스템 구축
- DOCX 4종 → Markdown 미러링 체계 구축 (Git diff 추적) - DOCX에 개정이력 테이블 삽입 (Pretendard 9pt, 파란 헤더) - 자동화 스크립트 3종 (추출/삽입/동기화 검증) - revisions.json, CHANGELOG.md, INDEX.md 업데이트 - .gitignore에 contracts 경로 allowlist 추가
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -14,5 +14,15 @@
|
||||
!.claude/agents/
|
||||
!.claude/agents/**
|
||||
|
||||
# sam 문서
|
||||
!sam/
|
||||
sam/*
|
||||
!sam/docs/
|
||||
sam/docs/*
|
||||
!sam/docs/contracts/
|
||||
!sam/docs/contracts/**
|
||||
sam/docs/contracts/docx/backup/
|
||||
!sam/docs/INDEX.md
|
||||
|
||||
# 기타
|
||||
sam/sales
|
||||
|
||||
Reference in New Issue
Block a user