mirror of
https://github.com/github/gitignore
synced 2024-11-08 12:58:51 +01: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:
parent
4488915eec
commit
338eb82763
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user