microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.41k stars 29.33k forks source link

Git folder shows .VC.db* files as modified #6080

Closed sumonto closed 8 years ago

sumonto commented 8 years ago

VSCode Version: 1.0 OS Version: OS X Elcapitan Steps to Reproduce:

Open a git repository I have configured $ git config --global core.excludesfile ~/.gitignore_global and added them to .gitignore_global it does not work

.vscode, and .VC. files are shown as modified, These files should be auto ignored

(Same as issue https://github.com/Microsoft/vscode/issues/5868) Had to create this one since I did not get a response on the updates.

joaomoreno commented 8 years ago

What does git status return on the command line?

sumonto commented 8 years ago

$ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean

joaomoreno commented 8 years ago

Can you provide a screenshot?

sumonto commented 8 years ago

I cannot repro the issue after the latest VS Code updates. Can you assign this back to me, without closing it?

joaomoreno commented 8 years ago

Will just close it. Feel free to reopen if it happens again.