소스 검색

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

Update UnrealEngine.gitignore
Daniel Johnson 11 달 전
부모
커밋
0b806ae7ff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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/*