git ignore plugins/marketplace intermediate and binaries

This commit is contained in:
Jérémie GABOLDE 2025-01-22 21:22:53 +01:00
parent c31c441684
commit 69ac02169c
1 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

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