Skip to content

Commit 0b806ae

Browse files
authored
Merge pull request #4436 from MountainKing123/unreal-engine-gitignore-patch-01
Update UnrealEngine.gitignore
2 parents ef6cf7f + f0fc1da commit 0b806ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnrealEngine.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SourceArt/**/*.tga
4747

4848
# Binary Files
4949
Binaries/*
50-
Plugins/*/Binaries/*
50+
Plugins/**/Binaries/*
5151

5252
# Builds
5353
Build/*
@@ -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)