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