From 56618f4986e0a559cde93671bba82925a348a26d Mon Sep 17 00:00:00 2001 From: mrlee207 Date: Sun, 22 Sep 2024 18:12:40 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62585b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Ignore Rider specific directories +.idea/ +*.sln.iml +*.sln +*.userprefs +*.user +*.DotSettings + +# Ignore Intermediate and Binaries directories in the root +Intermediate/ +Binaries/ + +# Ignore Intermediate and Binaries directories inside Plugins +Plugins/*/Intermediate/ +Plugins/*/Binaries/ + +# Ignore Intermediate and Binaries directories inside Developer Plugins +Plugins/Developer/ +Plugins/Developer/