From 69ac02169c6a344a589b1178d492a2434b8d4b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20GABOLDE?= Date: Wed, 22 Jan 2025 21:22:53 +0100 Subject: [PATCH] git ignore plugins/marketplace intermediate and binaries --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2348ca7..159ce9b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +*.vsconfig