From 338eb82763772c85e64d64a94d999d83d36082e9 Mon Sep 17 00:00:00 2001 From: MountainKing123 Date: Tue, 30 Apr 2024 18:54:16 +0200 Subject: [PATCH] Update UnrealEngine.gitignore Edited Unreal Engine gitignore to also ignore "Intermediate" data in the "Plugins" directory, so it ignores deeper nested intermediate data, like with Epic's "Game Features" plugin e.g. "Plugins/GameFeatures/MyGameFeature/Intermediate". --- UnrealEngine.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9..705552ec 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -68,7 +68,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* -Plugins/*/Intermediate/* +Plugins/**/Intermediate/* # Cache files for the editor to use DerivedDataCache/*