G
G
German2021-06-24 19:03:10
git
German, 2021-06-24 19:03:10

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

1 answer(s)
A
Alexander Ananiev, 2021-06-25
@SaNNy32

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 question

Ask a Question

731 491 924 answers to any question