From 7a9d39901765ddc9ca72796c4565e0092e0c1c9f Mon Sep 17 00:00:00 2001 From: VT-14 Date: Mon, 25 Jan 2021 09:10:45 -0500 Subject: [PATCH] Remove Launch Profiles from GitHub. Clean gitignore (#1767) From my research, it appars that runClient.launch, runData.launch, and runServer.launch can't be automatically ignored by .gitignore because they are already files on the main repo. Removing them from the main repo should make forks easier to maintain. I've been having to manually exclude those files from my commits, and have to regenerate them whenever I create a new branch based on the upstream repository. --- .gitignore | 7 +------ runClient.launch | 29 ----------------------------- runData.launch | 27 --------------------------- runServer.launch | 26 -------------------------- 4 files changed, 1 insertion(+), 88 deletions(-) delete mode 100644 runClient.launch delete mode 100644 runData.launch delete mode 100644 runServer.launch diff --git a/.gitignore b/.gitignore index 8ea7b4a9..64717e09 100644 --- a/.gitignore +++ b/.gitignore @@ -28,15 +28,10 @@ crash-reports/ *.iws *.classpath *.project +*.launch # Specific files Thumbs.db usernamecache.json options.txt -BloodMagic_Client.launch -BloodMagic_Server.launch -runClient.launch -runData.launch -runServer.launch - usercache.json diff --git a/runClient.launch b/runClient.launch deleted file mode 100644 index 230e6472..00000000 --- a/runClient.launch +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/runData.launch b/runData.launch deleted file mode 100644 index a89bf9b4..00000000 --- a/runData.launch +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/runServer.launch b/runServer.launch deleted file mode 100644 index eda917aa..00000000 --- a/runServer.launch +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - -