Remove doc/ from version control

doc/(IMPROVEMENTS.md, NH_INTEGRATION.md)는 로컬 전용 메모라 원격 저장소에는
올리지 않기로 함. git 추적에서 제외하고 .gitignore에 추가(로컬 파일은 유지).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01225Lu4Fc2UpMz6QixEcNT8
This commit is contained in:
2026-08-31 14:41:56 +09:00
co-authored by Claude Sonnet 5
parent cb5d770a1c
commit 1b95657a49
+3
View File
@@ -19,6 +19,9 @@ venv/
.env.* .env.*
!.env.example !.env.example
# 로컬 전용 문서 (원격 저장소에는 올리지 않음)
doc/
# --- JetBrains 공식 .gitignore 파일 명세 --- # --- JetBrains 공식 .gitignore 파일 명세 ---
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839