From ef77a955a973932373b0d476ae3c963cf92d4002 Mon Sep 17 00:00:00 2001 From: Satyam Kashyap Date: Mon, 9 Sep 2024 10:53:28 +0530 Subject: [PATCH] Updated UnrealEngine.gitignore with common IDE cache/user files --- UnrealEngine.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6e0d95fb31..337483bbae 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,6 +1,14 @@ # Visual Studio 2015 user specific files .vs/ +# JetBrain Rider (and other common IDEs) Generated Cache +.idea + +# Common IDE Local User files +*.csproj +*.sln.DotSettings +*.sln.DotSettings.user + # Compiled Object files *.slo *.lo