Initial commit: client source

This commit is contained in:
Andreas Lierschaft
2026-08-17 20:03:02 +02:00
commit 9ae37cd0ea
869 changed files with 227899 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Visual Studio Cache/Optionen
.vs/
*.suo
*.user
*.sdf
*.opensdf
*.aps
*.ncb
*.VC.db
*.VC.VC.opendb
# Build-Ausgabe (kompilierte Dateien, keine Quellen)
Debug/
Release/
Distribute/
x64/
x86/
Win32/
*.obj
*.exe
*.dll
*.pdb
*.ilk
*.exp
*.lib
*.idb
*.log
*.tlog
*.recipe
*.FileListAbsolute.txt
*.pch
# Große Fremd-Abhängigkeiten / reine Build-Zwischendateien (kein eigener Code)
/extern/
/vs_files/
/binary/