From a9dcba4c2bc50d2d34d5bad2aedb4d10d85e032c Mon Sep 17 00:00:00 2001 From: Cody Larkin Date: Sat, 14 Mar 2026 01:08:20 -0400 Subject: [PATCH] core --- .gitignore | 5 +++++ RelayCore.sln.DotSettings.user | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 RelayCore.sln.DotSettings.user diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..add57be --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +bin/ +obj/ +/packages/ +riderModule.iml +/_ReSharper.Caches/ \ No newline at end of file diff --git a/RelayCore.sln.DotSettings.user b/RelayCore.sln.DotSettings.user new file mode 100644 index 0000000..35bb567 --- /dev/null +++ b/RelayCore.sln.DotSettings.user @@ -0,0 +1,2 @@ + + ForceIncluded \ No newline at end of file