Skip to content

Commit cb8a50a

Browse files
kristof-matteihaacked
authored andcommitted
VisualStudio: Add TeamCity exclusion
Exclude folders created by the TeamCity VS plugin.
1 parent 0e38a13 commit cb8a50a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

VisualStudio.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ ipch/
6161

6262
# ReSharper is a .NET coding add-in
6363
_ReSharper*/
64-
# Some recommend against the RS rule below - excludes useful info?
6564
*.[Rr]e[Ss]harper
6665

66+
# TeamCity is a build add-in
67+
_TeamCity*
68+
6769
# DotCover is a Code Coverage Tool
6870
*.dotCover
6971

0 commit comments

Comments
 (0)