a502322188
손상된 .git 히스토리(missing tree)로 재초기화 후 작업트리 전체 커밋. .claude/ 만 제외(로컬 에이전트 설정). 구 저장소 백업(.git_corrupt_backup/) 포함. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
42 lines
434 B
Plaintext
42 lines
434 B
Plaintext
# ── 펌웨어 빌드 산출물 ──
|
|
program/build/
|
|
*.o
|
|
*.d
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
*.lst
|
|
*.crf
|
|
*.axf
|
|
*.htm
|
|
*.scvd
|
|
*.dep
|
|
*.bak
|
|
*.lnp
|
|
*.iex
|
|
*.sct
|
|
*.__i
|
|
|
|
# ── C# / .NET 빌드 산출물 ──
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
*.user
|
|
*.suo
|
|
.vs/
|
|
*_wpftmp.csproj
|
|
|
|
# ── OS / 에디터 ──
|
|
Thumbs.db
|
|
desktop.ini
|
|
.DS_Store
|
|
|
|
# ── 로그 / 임시 ──
|
|
*.log
|
|
*.tmp
|
|
|
|
# ── Claude Code 로컬 설정 ──
|
|
.claude/
|