Files
XCEngine/.gitignore
2026-03-26 02:53:34 +08:00

24 lines
282 B
Plaintext

build/
build2/
bin/
!engine/third_party/assimp/bin/
Release/
*.exe
*.obj
!tests/fixtures/Resources/Mesh/*.obj
*.tlog
*.log
*.cmake
*.vcxproj
*.sln
.vcxproj.filters
CMakeCache.txt
cmake_install.cmake
Res/NanoVDB/
*.rdc
*.pyd
*.dll
!engine/third_party/assimp/bin/*.dll
工作/
.trae/