Skip to content

Commit 338eb82

Browse files
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".
1 parent 4488915 commit 338eb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnrealEngine.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Saved/*
6868

6969
# Compiled source files for the engine to use
7070
Intermediate/*
71-
Plugins/*/Intermediate/*
71+
Plugins/**/Intermediate/*
7272

7373
# Cache files for the editor to use
7474
DerivedDataCache/*

0 commit comments

Comments
 (0)