chore(git): .NET 빌드 산출물 git 추적 제거 및 .gitignore 정비 (WBS-P0.1)
bin/obj 312개 파일이 git에 추적되던 문제를 해소한다. - .gitignore: **/bin/, **/obj/, publish-output/, *.user, *.suo 패턴 추가 - 추적 중이던 src/dotnet/**/bin, **/obj 산출물 312개를 인덱스에서 제거 (git rm --cached, 작업 트리 파일은 보존) WBS_10_DOTNET_MIGRATION_HARDENING_2026_06_30.md 의 WBS-P0.1 항목. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,13 @@ Temp/
|
||||
dist/
|
||||
outputs/
|
||||
|
||||
# .NET 빌드 산출물
|
||||
**/bin/
|
||||
**/obj/
|
||||
publish-output/
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
# 런타임 감사 로그 (append-only, 매 DAG 실행마다 증가)
|
||||
runtime/lineage_events.jsonl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user