.vs showing as untracked file in git bash - what do i do?

172 Views Asked by At

I have recently cloned a repo from git and havn't yet made any changes, all I have done is open the code up in VS19. In git bash i typed 'git status' and there is an untracked file im not sure what to do with. Can anyone suggest please?

$ git status On branch master Your branch is up to date with 'origin/master'.

Untracked files: (use "git add ..." to include in what will be committed)

    .vs/
1

There are 1 best solutions below

0
On BEST ANSWER

This directory is created by Visual Studio. Add it to your .gitignore file.