From 5bcba4bb6a0f7c3dbb32c061b50ca3ce3141a57b Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 27 Mar 2025 23:23:45 -0600 Subject: [PATCH] Remove VSC branch protection since I don't plan on making more than the master branch in this repo --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..595be2d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "git.branchProtection": [] +} \ No newline at end of file