From 911ad84e53b616e9337ce819f25120630cbf6955 Mon Sep 17 00:00:00 2001 From: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> Date: Sun, 23 May 2021 23:26:31 -0500 Subject: [PATCH] Updating the exclusion rule for the install folder to only include an install folder at the root of the repo --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c396847560..8a63faa2f1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ __pycache__ AssetProcessorTemp/** [Bb]uild/** [Cc]ache/ -install/ +/install/ Editor/EditorEventLog.xml Editor/EditorLayout.xml **/*egg-info/**