Files
Cubed/.gitignore
zhenyan121 0919faa3e4 fix: correct argument typo and path/error handling
Fix --enable-consolelog flag, screenshot filter bug, paths to C APIs, add includes and gitignore entries, and improve ShellExecuteW failure detection.
2026-08-07 21:33:46 +08:00

48 lines
407 B
Plaintext

*.o
*.obj
*.so
*.dylib
*.dll
*.a
*.lib
*.exe
*.out
*.app
*.ilk
*.pdb
*.idb
*.pch
*.sbr
build/
build_debug/
Build/
bin/
Debug/
Release/
x64/
x86/
out/
.cache/
.vs/
.vscode/
.idea/
*.user
*.suo
*.sln.docstates
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
CMakeOutput.log
CMakeError.log
*.log
*.tmp
*.swp
*.swo
*~
.DS_Store
assets/config.toml
assets/server-config.toml
.venv/
pyout/
vcpkg_installed/