Should I add .vs10x to source control?
After installed VS10x Code Map I found it created .vs10x files for all my projects.
I opened these files in Notepad and found they contain nothing but the following text:
This file contains Alternate Data Streams, storing configuration information used by CodeSMART 10 and VS10X Extensions.
PLEASE DO NOT DELETE.
Should I add .vs10x to source开发者_如何学Python control?
Thanks.
Mercurial doesn't support alternate data streams, so you could check the file in, however I don't think you should since it is related to user-specific tool config information. Treat it like a .suo or .user file and ignore it.
精彩评论