build: 260618 배포 실행파일 추가 (Release/260618)

- .gitignore: 루트 Release/ 배포 폴더 추적 해제 (빌드 중간물은 계속 제외)
- Release/260618/: 전 프로젝트 publish 결과 수집 (~762MB)
  - ErvDashboard.exe / DiffuserSimulator.exe / ERVSimulator.exe
  - HoodSimulator.exe / RJ2RoomConSimulator.exe
  - ErvCollector/ (웹 수집서버 폴더 통째: exe+appsettings+wwwroot)
  - Firmware/ HERV.bin/.hex/.elf (RoomCtrl_Push 반영본)
- 모두 self-contained 단일 exe (노트북에 .NET 미설치여도 실행)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-18 23:56:45 +09:00
parent b18d9c84bf
commit 3b5af64606
16 changed files with 3555 additions and 0 deletions
+5
View File
@@ -28,6 +28,11 @@ program/build/
.vs/
*_wpftmp.csproj
# ── 배포 실행파일 (펌웨어 제외) : 루트 Release/<날짜>/ 는 git 추적 ──
# ([Rr]elease/ 가 막은 것을 루트 배포폴더만 해제. bin/Release 등은 [Bb]in/ 으로 계속 제외)
!/Release/
!/Release/**
# ── OS / 에디터 ──
Thumbs.db
desktop.ini