From 1b95657a4985b8468ca9782452c71f0758668c9c Mon Sep 17 00:00:00 2001 From: shinalok Date: Mon, 31 Aug 2026 14:41:56 +0900 Subject: [PATCH] Remove doc/ from version control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit doc/(IMPROVEMENTS.md, NH_INTEGRATION.md)는 로컬 전용 메모라 원격 저장소에는 올리지 않기로 함. git 추적에서 제외하고 .gitignore에 추가(로컬 파일은 유지). Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01225Lu4Fc2UpMz6QixEcNT8 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4c7c3fe..b5b159b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ venv/ .env.* !.env.example +# 로컬 전용 문서 (원격 저장소에는 올리지 않음) +doc/ + # --- JetBrains 공식 .gitignore 파일 명세 --- # 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