Files
ud18010andCursor a39ceebb97 Clean generated Client build artifacts
Keep nested HotUpdateGames bin and obj outputs out of source control so local builds do not dirty the repository.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-10 11:55:56 +08:00

34 lines
464 B
Plaintext

# Unity Client
Client/Library/
Client/Temp/
Client/Logs/
Client/obj/
Client/HotUpdateGames/**/bin/
Client/HotUpdateGames/**/obj/
Client/.vs/
Client/UserSettings/
Client/*.csproj
Client/*.sln
Client/*.apk
Client/HybridCLRData/
Client/PackageLocal/
Client/*_BurstDebugInformation_DoNotShip/
Client/*.log
# Server build artifacts
Server/**/bin/
Server/**/obj/
Server/logs/
# Tools
Tools/**/bin/
Tools/**/obj/
# OS / IDE
.DS_Store
Thumbs.db
.vs/
*.user
*.suo
*.log