git ignore plugins/marketplace intermediate and binaries
This commit is contained in:
parent
c31c441684
commit
69ac02169c
|
@ -50,6 +50,7 @@ SourceArt/**/*.tga
|
|||
# Binary Files
|
||||
Binaries/*
|
||||
Plugins/*/Binaries/*
|
||||
Plugins/Marketplace/*/Binaries/*
|
||||
|
||||
# Packages
|
||||
Packages/*
|
||||
|
@ -74,6 +75,7 @@ Saved/*
|
|||
# Compiled source files for the engine to use
|
||||
Intermediate/*
|
||||
Plugins/*/Intermediate/*
|
||||
Plugins/Marketplace/*/Intermediate/*
|
||||
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
||||
|
@ -89,4 +91,4 @@ Content/ThirdPerson/*
|
|||
|
||||
#Custom
|
||||
.idea/*
|
||||
*.vsconfig
|
||||
*.vsconfig
|
||||
|
|
Loading…
Reference in New Issue