Answer the question
In order to leave comments, you need to log in
Visual studio and git settings files?
I generated the following file as .gitignore
There is a ProjectName.vcxproj file in the project folder , this git does not exclude it, but it contains the paths to the include and libs directories, which are contained in my other folder, not in the project folder, I I don't want these paths to stick around in this file for no reason and pass unnecessary information about the paths on my PC, but I also don't want to shove all the libraries into the project folder.
Is it possible to exclude this file with .gitignore ? Will the project fail?
How to proceed?
Answer the question
In order to leave comments, you need to log in
Well, you can try to change the paths in the ProjectName.vcxproj file from absolute to relative.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question