chore(git): .NET 빌드 산출물 추적 제거 및 .gitignore 정비 (WBS-P0.1) #12

Merged
kjh2064 merged 1 commits from chore/gitignore-dotnet-build-artifacts into main 2026-06-30 18:20:22 +09:00

1 Commits

Author SHA1 Message Date
kjh2064 fdfd50bdca chore(git): .NET 빌드 산출물 git 추적 제거 및 .gitignore 정비 (WBS-P0.1)
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Failing after 4s
Quant Engine CI/CD Pipeline / validate-core (pull_request) Failing after 7s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been skipped
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>
2026-06-30 18:08:10 +09:00