commit d51fa829c15475587b067fa6f4e8c4d65b0edb96 Author: glax Date: Tue Nov 28 20:50:35 2023 +0100 Initial Commit 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/.idea/.idea.VRC_Collar/.idea/.gitignore b/.idea/.idea.VRC_Collar/.idea/.gitignore new file mode 100644 index 0000000..2f09d95 --- /dev/null +++ b/.idea/.idea.VRC_Collar/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/.idea.VRC_Collar.iml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.VRC_Collar/.idea/encodings.xml b/.idea/.idea.VRC_Collar/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.VRC_Collar/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/VRC_Collar.sln b/VRC_Collar.sln new file mode 100644 index 0000000..a55ff74 --- /dev/null +++ b/VRC_Collar.sln @@ -0,0 +1,8 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection +EndGlobal