Search code examples
gitgithubgit-bashgit-statusgit-untracked

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


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/

Solution

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