From 47f79743378b4d63025c89debf06b0ec4b65a529 Mon Sep 17 00:00:00 2001 From: valdisoo Date: Wed, 16 Apr 2025 11:12:17 +0000 Subject: [PATCH] .gitignore should ignore Plugins folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33b66e8..49bac0f 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,7 @@ Build/*/** # Configuration files generated by the Editor Saved/* +Plugins/* # Compiled source files for the engine to use Intermediate/*