Files
Commonwealth-Online-Server/.gitignore
T
NomadsReach 1f01e68794 Add Avalonia server-host launcher (MVP scaffold)
Cross-platform C# GUI to replace the Qt/C++ Host GUI, on the same dotnet
toolchain as the server. MVP: load/save commonwealth-server.json, Start/Stop
the CommonwealthOnline.Server process (published exe, then dll, then source
run), and stream its output to a live log. Themed to the Commonwealth Online
brand (near-black + amber). Builds clean on net8.0.

Next: player list + kick/ban via the admin port, then retire the Qt host.
2026-08-16 18:15:40 -04:00

64 lines
670 B
Plaintext

# Build outputs
build/
out/
publish/
server/bin/
server/obj/
server/publish/
server/tests/bin/
server/tests/obj/
cmake-build-*/
*.exe
*.dll
*.lib
*.obj
*.o
*.a
*.so
*.dylib
*.pdb
*.ilk
*.exp
*.idb
# CMake / Visual Studio generated
.vs/
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sln
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
CMakeSettings.json
Makefile
compile_commands.json
*.user
.qmake.stash
# Qt generated
moc_*.cpp
ui_*.h
*.rcc
qrc_*.cpp
# .NET generated
*.deps.json
*.runtimeconfig.json
TestResults/
# Local / runtime artifacts
*.log
*.tmp
*.bak
logs/
bans.json
server/bans.json
.admin-token
server/.admin-token
.DS_Store
Thumbs.db
host/bin/
host/obj/