diff --git a/.gitignore b/.gitignore index cba9cfc66d..1b3a473914 100644 --- a/.gitignore +++ b/.gitignore @@ -311,7 +311,4 @@ Resources/MapImages package-lock.json #Secrets -Resources/_PrivateResources/* -Content.Client/_PrivateClient/* -Content.Server/_PrivateServer/* -Content.Shared/_PrivateShared/* +Secrets/ diff --git a/.gitmodules b/.gitmodules index 9ca06dfaca..bda7de5d83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,19 +2,3 @@ path = RobustToolbox url = https://github.com/space-wizards/RobustToolbox.git branch = master -[submodule "Content.Shared/PrivateShared"] - path = Content.Shared/_PrivateShared - url = https://github.com/Lost-Paradise-Project/PrivateShared - branch = main -[submodule "Content.Server/PrivateServer"] - path = Content.Server/_PrivateServer - url = https://github.com/Lost-Paradise-Project/PrivateServer - branch = main -[submodule "Resources/PrivateResources"] - path = Resources/_PrivateResources - url = https://github.com/Lost-Paradise-Project/PrivateResources - branch = main -[submodule "Content.Client/PrivateClient"] - path = Content.Client/_PrivateClient - url = https://github.com/Lost-Paradise-Project/PrivateClient - branch = main diff --git a/Content.Client/_PrivateClient b/Content.Client/_PrivateClient deleted file mode 160000 index aba9f83ea1..0000000000 --- a/Content.Client/_PrivateClient +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aba9f83ea10644905b0eb509f5ffbe6c314700b8 diff --git a/Content.Server/_PrivateServer b/Content.Server/_PrivateServer deleted file mode 160000 index a0abfdf276..0000000000 --- a/Content.Server/_PrivateServer +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a0abfdf276ce175a68106c5aae6e89d8d09d0740 diff --git a/Content.Shared/_PrivateShared b/Content.Shared/_PrivateShared deleted file mode 160000 index 6c38c2fae7..0000000000 --- a/Content.Shared/_PrivateShared +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6c38c2fae71c5c4bfaf6574a63201fbbc5e4e3e2 diff --git a/Resources/_PrivateResources b/Resources/_PrivateResources deleted file mode 160000 index 4fb4eb0e6f..0000000000 --- a/Resources/_PrivateResources +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4fb4eb0e6fe0cf959ab7bf86247dc6a9d2fa0d93