1
0
mirror of https://github.com/github/gitignore synced 2024-09-16 12:51:44 +02:00

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".
This commit is contained in:
MountainKing123 2024-04-30 18:54:16 +02:00 committed by GitHub
parent 4488915eec
commit 338eb82763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/*