VisualStudio: Add TeamCity exclusion
Exclude folders created by the TeamCity VS plugin.
This commit is contained in:
parent
0e38a13ffb
commit
cb8a50ae28
@ -61,9 +61,11 @@ ipch/
|
|||||||
|
|
||||||
# ReSharper is a .NET coding add-in
|
# ReSharper is a .NET coding add-in
|
||||||
_ReSharper*/
|
_ReSharper*/
|
||||||
# Some recommend against the RS rule below - excludes useful info?
|
|
||||||
*.[Rr]e[Ss]harper
|
*.[Rr]e[Ss]harper
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
# DotCover is a Code Coverage Tool
|
# DotCover is a Code Coverage Tool
|
||||||
*.dotCover
|
*.dotCover
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user