I have a .Net solution with multiple projects, for example, project A, B and C.
B and C are dependencies of A. That means without A, B and C could be compiled as well.
There are some special configurations in project A, so I want to exclude project A when uploading to Github repository.
If I just set the project folder name in .gitignore then I will get error while compiling the solution from Git.
What should I do?
 
    