diff options
author | Pavel Halbich <halbich.p@hotmail.com> | 2017-11-24 00:08:29 +0100 |
---|---|---|
committer | Pavel Halbich <halbich.p@hotmail.com> | 2017-11-24 00:08:29 +0100 |
commit | dc559d66a27e5fe3000cbc85b0cca8698b45a968 (patch) | |
tree | b2b0ed337a5dd7555ed2755115f705193c85a539 | |
parent | b3ae3810f8b0f97f24cd61c2d3dd1b5089b91801 (diff) | |
download | gitignore-dc559d66a27e5fe3000cbc85b0cca8698b45a968.tar.gz gitignore-dc559d66a27e5fe3000cbc85b0cca8698b45a968.zip |
Include Plugins folder
-rw-r--r-- | UnrealEngine.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6c6e1c32..1daca8b5 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -50,6 +50,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* +Plugins/*/Binaries/* # Builds Build/* @@ -70,6 +71,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* +Plugins/*/Intermediate/* # Cache files for the editor to use DerivedDataCache/* |