Co-locate the two cockpit-pod projects into a single repository:
- Console/ : TeslaConsole, the net48 WinForms operator console (decompiled
reconstruction) plus its differential + catalog test suite.
- Launcher/ : TeslaLauncher, the net6 pod-side Service + Agent rewrite.
Adds a combined TeslaSuite.sln, root README documenting the shared wire
contract (and its current duplication, the main follow-up), and a root
.gitignore. Histories were not preserved per request; this is a fresh start
from the current working state of both projects.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
# Normalize line endings: detect text automatically
|
|
* text=auto
|
|
|
|
# Source / project files are CRLF (Windows / Visual Studio)
|
|
*.cs text eol=crlf
|
|
*.csproj text eol=crlf
|
|
*.sln text eol=crlf
|
|
*.xml text eol=crlf
|
|
*.resx text eol=crlf
|
|
*.md text eol=crlf
|
|
|
|
# Binary assets — never normalize, never diff as text
|
|
*.dll binary
|
|
*.exe binary
|
|
*.ico binary
|
|
*.bmp binary
|
|
*.InstallState binary
|