1- # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2- [Bb ]in /
3- [Oo ]bj /
4-
5- # mstest test results
6- TestResults
7-
81# # Ignore Visual Studio temporary files, build results, and
92# # files generated by popular Visual Studio add-ons.
103
@@ -14,9 +7,18 @@ TestResults
147* .sln.docstates
158
169# Build results
10+
1711[Dd ]ebug /
1812[Rr ]elease /
1913x64 /
14+ build /
15+ [Bb ]in /
16+ [Oo ]bj /
17+
18+ # MSTest test Results
19+ [Tt ]est [Rr ]esults /
20+ [Bb ]uild [Ll ]og. *
21+
2022* _i.c
2123* _p.c
2224* .ilk
3638* .vspscc
3739* .vssscc
3840.builds
41+ * .pidb
42+ * .log
43+ * .scc
3944
4045# Visual C++ cache files
4146ipch /
@@ -53,16 +58,15 @@ ipch/
5358* .gpState
5459
5560# ReSharper is a .NET coding add-in
56- _ReSharper *
61+ _ReSharper * /
5762
58- # Mindbench SASS cache
59- .sass-cache /
63+ * . [Rr ]e [Ss ]harper
6064
6165# NCrunch
6266* .ncrunch *
6367. * crunch * .local.xml
6468
65- # Installshield output folder
69+ # Installshield output folder
6670[Ee ]xpress
6771
6872# DocProject is a documentation generator add-in
@@ -82,7 +86,8 @@ publish
8286* .Publish.xml
8387
8488# NuGet Packages Directory
85- packages
89+ # # TODO: If you have NuGet Package Restore enabled, uncomment the next line
90+ # packages/
8691
8792# Windows Azure Build Output
8893csx
@@ -100,6 +105,9 @@ ClientBin
100105[Ss ]tyle [Cc ]op. *
101106~$ *
102107* .dbmdl
108+ * . [Pp ]ublish.xml
109+ * .pfx
110+
103111Generated_Code #added for RIA /Silverlight projects
104112
105113# Backup & report files from converting an old project file to a newer
@@ -111,3 +119,20 @@ UpgradeLog*.XML
111119# SQL Server files
112120App_Data /* .mdf
113121App_Data /* .ldf
122+
123+ # =========================
124+ # Windows detritus
125+ # =========================
126+
127+ # Windows image file caches
128+ Thumbs.db
129+ ehthumbs.db
130+
131+ # Folder config file
132+ Desktop.ini
133+
134+ # Recycle Bin used on file shares
135+ $RECYCLE.BIN /
136+
137+ # Mac crap
138+ .DS_Store
0 commit comments