From 1b8417f12de9eaa9a0cba4cc27df664d0bb6b83f Mon Sep 17 00:00:00 2001 From: Nickiel12 <35903114+Nickiel12@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:18:31 -0700 Subject: [PATCH] added another project to this umbrella --- .gitignore | 3 ++- setup.ps1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4baa3b7..8039d88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/* vcs-controller/* -vcs-python-repository/* \ No newline at end of file +vcs-python-repository/* +vcs-obs-satellite/* \ No newline at end of file diff --git a/setup.ps1 b/setup.ps1 index c92fbef..8a72300 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -1,2 +1,3 @@ git clone forgejo@git.nickiel.net:VCC/vcs-controller.git -git clone forgejo@git.nickiel.net:VCC/vcs-python-repository.git \ No newline at end of file +git clone forgejo@git.nickiel.net:VCC/vcs-python-repository.git +git clone forgejo@git.nickiel.net:VCC/vcs-obs-satellite.git \ No newline at end of file