Explorar el Código

Merge pull request #4436 from MountainKing123/unreal-engine-gitignore-patch-01

Update UnrealEngine.gitignore
Daniel Johnson hace 11 meses
padre
commit
0b806ae7ff
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      UnrealEngine.gitignore

+ 2 - 2
UnrealEngine.gitignore

@@ -47,7 +47,7 @@ SourceArt/**/*.tga
 
 # Binary Files
 Binaries/*
-Plugins/*/Binaries/*
+Plugins/**/Binaries/*
 
 # Builds
 Build/*
@@ -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/*