chore: 저장소에 딸려 들어간 브리지 바이너리 제거 - #52
Merged
Merged
Conversation
A 17MB `engine/linetta-mcp.exe` rode into the tree with the bridge commit: `go build ./cmd/linetta-mcp` without -o drops its output in the working directory, and `git add -A` swept it up. The ignore list already carried a rule for exactly this accident with the engine binary, but only for the extensionless name, so a Windows checkout could reproduce it for either binary. Both names now cover both platforms. The blob stays in history; only the working tree is cleaned. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Phase 4(#51)에 17MB짜리
engine/linetta-mcp.exe가 딸려 들어갔습니다. 제 실수입니다.engine/에서go build ./cmd/linetta-mcp를-o없이 돌리면 산출물이 작업 디렉터리에 떨어지는데, 그걸git add -A가 쓸어 담았습니다..gitignore가 커버하던 건apps/desktop/src-tauri/resources/아래 경로뿐이었습니다.고친 것
engine/linetta-mcp.exe추적 해제 + 삭제.gitignore에는 이미 엔진 바이너리로 같은 사고를 겪은 흔적이 있었습니다(# Engine binary built into the repo root by accident). 다만 확장자 없는 이름만 막고 있어서 윈도우 체크아웃에서는.exe가 그대로 통과합니다. 두 바이너리 × 두 플랫폼을 모두 덮게 했습니다.새로 만든
engine/linetta-mcp.exe가git status에 안 잡히는 것을 확인했습니다.남는 문제
블롭은 히스토리에 그대로 남습니다. 이 PR은 워킹 트리만 정리합니다. 저장소 오브젝트 스토어에서 17MB를 완전히 지우려면 히스토리 재작성 +
main강제 푸시가 필요한데, 그건 되돌릴 수 없고 이미 받아 간 사람이 있으면 깨집니다. 판단이 필요한 사안이라 여기서는 하지 않았습니다.🤖 Generated with Claude Code