Using different rojo scripts in different places

I just started using Rojo, Github and VScode to develop my space exploration game which is divided in 3 different places, the main menu, the outer space and the planets. I wanted to keep these in separate places so I can create more complex planets while mantaining good performance.

image

My problem is that I would like to have different scripts for the Planet place and Main Menu place while keeping them under the same github repository. Basically I want to create 3 different vscode enviorments, one for each place so I only have the necessary scripts in them.