Files
Commonwealth-Online-Server/.gitignore
T

58 lines
599 B
Plaintext

# Build outputs
build/
out/
cmake-build-*/
*.exe
*.dll
*.lib
*.obj
*.o
*.a
*.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
# Python (source + staged server copies)
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
.venv-ci/
venv/
env/
# Local / runtime artifacts
*.log
*.tmp
*.bak
logs/
bans.json
server/bans.json
.DS_Store
Thumbs.db