Today, I want to Commit my work to my local GIT repository from Visual Studio 2019.
From Solution Explorer, I active GIT context menu and Commit action and a new Modification Git panel is displayed in which ALL modified and added files are displayed.
I can see a lot of files with a lot of types
.vb
.sln
.dll
.db
.dia
.cache
.pdb
.png
But I'm only interesting to commit .vb, .sln and .vbxprog file's types.
In Visual Studio, how can'I limit my commit to only these files ?
How can I do same thing for directory so that Release or Debug folders are never commited ?
Can I do all theses actions in Visual Studio level ?
