chore(git): .NET 빌드 산출물 추적 제거 및 .gitignore 정비 (WBS-P0.1) #12
Reference in New Issue
Block a user
Delete Branch "chore/gitignore-dotnet-build-artifacts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
개요
bin/obj빌드 산출물 312개 파일이 git에 추적되던 위생 문제를 해소합니다.WBS_10_DOTNET_MIGRATION_HARDENING_2026_06_30.md의 WBS-P0.1(선행 보안·위생 게이트) 항목입니다.변경 내역
.gitignore: .NET 표준 패턴 추가**/bin/,**/obj/,publish-output/,*.user,*.suosrc/dotnet/**/bin,**/obj산출물 312개를git rm --cached로 인덱스에서 제거 (작업 트리 파일은 보존, 재빌드에 영향 없음)효과
git check-ignore로bin/obj무시 확인 완료비고
.gitignore1개 수정 + 312개 추적 해제).🤖 Generated with Claude Code