We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef6cf7f + f0fc1da commit 0b806aeCopy full SHA for 0b806ae
1 file changed
UnrealEngine.gitignore
@@ -47,7 +47,7 @@ SourceArt/**/*.tga
47
48
# Binary Files
49
Binaries/*
50
-Plugins/*/Binaries/*
+Plugins/**/Binaries/*
51
52
# Builds
53
Build/*
@@ -68,7 +68,7 @@ Saved/*
68
69
# Compiled source files for the engine to use
70
Intermediate/*
71
-Plugins/*/Intermediate/*
+Plugins/**/Intermediate/*
72
73
# Cache files for the editor to use
74
DerivedDataCache/*
0 commit comments