From ffdb3657d6a5ce7f5915bed2622a76202ac8016b Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 7 Feb 2023 08:29:08 +0100 Subject: [PATCH] fix gitignore rules for the Source/ThirdParty directory --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36d86a54..c3dfe28d 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,4 @@ DerivedDataCache/* .ignore # Do not ignore anything inside the ThirdParty directory at all -!ThirdParty/**/* +!Source/ThirdParty/**/*