a502322188
손상된 .git 히스토리(missing tree)로 재초기화 후 작업트리 전체 커밋. .claude/ 만 제외(로컬 에이전트 설정). 구 저장소 백업(.git_corrupt_backup/) 포함. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
41 lines
697 B
Plaintext
41 lines
697 B
Plaintext
# =============================================================================
|
|
# HERV .gitignore
|
|
# =============================================================================
|
|
|
|
# VS Code/Make 빌드 산출물
|
|
build/
|
|
|
|
# Eclipse(Nueclipse) 빌드 산출물
|
|
Release/*.elf
|
|
Release/*.hex
|
|
Release/*.bin
|
|
Release/*.map
|
|
Release/*.siz
|
|
Release/**/*.o
|
|
Release/**/*.d
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# 에디터 백업
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
.#*
|
|
|
|
# VS Code 사용자별 로컬 설정 (공유 설정은 .vscode/ 에 그대로 둠)
|
|
.vscode/*.local.json
|
|
.vscode/ipch/
|
|
|
|
# Eclipse 사용자별 (선택 - 팀 공유 시 주석 해제)
|
|
# .metadata/
|
|
# .settings/
|
|
|
|
# 로그
|
|
*.log
|
|
|
|
# Claude Code 로컬 설정
|
|
.claude/
|