mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
add *.vs/ to ignore VS files in VS15 CTP5
As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory.
This commit is contained in:
parent
2500b4c80a
commit
68f746b320
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ bld/
|
|||
# Roslyn cache directories
|
||||
*.ide/
|
||||
|
||||
# Visual Studo 2015 cache/options directory
|
||||
.vs/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue