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