You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Exclude binary files from generated projects.
#rb none #jira #ROBOMERGE-SOURCE: CL 12940403 in //UE4/Release-4.25/... via CL 12940407 via CL 12940415 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288) [CL 12940419 by ben marsh in Main branch]
This commit is contained in:
@@ -27,6 +27,7 @@ namespace UnrealBuildTool
|
||||
".csproj", // Visual Studio C# project files
|
||||
".userprefs", // MonoDevelop project settings
|
||||
".ds_store", // Mac Desktop Services Store hidden files
|
||||
".bin", // Binary files
|
||||
Path.DirectorySeparatorChar + "do_not_delete.txt", // Perforce placeholder file
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user