C#C
C#3y ago
M B V R K

✅ How to make Visual Studio's solution folders commited to GIT

I'm creating a blank solution using
Visual Studio 2022
, then I created two folders in it,
src
and
tests
, but when I commited any change the
src
and
tests
doesn't commited to the
Repository
only the projects inside them get commited but not the folders itself.
Please, do you have any idea about how to fix this issue ?
Was this page helpful?