❔ .NET Project in GitHub
I have an existing github repo that I want to add a WPF project to. What's best practice here, clone the repo and create the WPF project inside of it? That way I would have a folder named "myWpfProject" in the "root" git repo. Is that fine? If I want to have folders like "src" as I often see in Github repos, can I just restructure my WPF Project files?