From 22d55c406aaef6e0883ef6e51ee70190c0c1d506 Mon Sep 17 00:00:00 2001 From: Cody Larkin Date: Mon, 17 Nov 2025 20:47:06 -0500 Subject: [PATCH] updated gitignore to include Rider files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6582eaf..f187fce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Visual Studio 2015 user specific files .vs/ +.idea/ # Compiled Object files *.slo @@ -40,6 +41,7 @@ *.sdf *.VC.db *.VC.opendb +*.idea # Precompiled Assets SourceArt/**/*.png