I have projects on my PC in a GitHub folder, and I have bolt diy running in a container. I want to start editing one of the projects but have two issues. I tried to get to my folders with both a linux and windows path, but it appears I am stuck inside of the docker container. I have another issue posted about running it in a docker stack with an external volume for storage but don’t know if this is related to that issue.
One is it wants to download the project and I don’t want to create duplicates.
The other is that it cannot download it because it contains too many files. My guess is that is because it has a .venv which should be pretty common for projects but it has almost 25k files.