44# User-specific files
55* .suo
66* .user
7+ * .userosscache
78* .sln.docstates
89
10+ # User-specific files (MonoDevelop/Xamarin Studio)
11+ * .userprefs
12+
913# Build results
1014[Dd ]ebug /
1115[Dd ]ebugPublic /
1216[Rr ]elease /
1317[Rr ]eleases /
1418x64 /
1519x86 /
16- build /
1720bld /
1821[Bb ]in /
1922[Oo ]bj /
2023
21- # Roslyn cache directories
22- * .ide /
24+ # Visual Studio 2015 cache/options directory
25+ .vs /
26+ # Uncomment if you have tasks that create the project's static files in wwwroot
27+ # wwwroot/
2328
2429# MSTest test Results
2530[Tt ]est [Rr ]esult * /
2631[Bb ]uild [Ll ]og. *
2732
28- # NUNIT
33+ # NUNIT
2934* .VisualState.xml
3035TestResult.xml
3136
@@ -34,6 +39,10 @@ TestResult.xml
3439[Rr ]eleasePS /
3540dlldata.c
3641
42+ # DNX
43+ project.lock.json
44+ artifacts /
45+
3746* _i.c
3847* _p.c
3948* _i.h
@@ -66,6 +75,7 @@ _Chutzpah*
6675ipch /
6776* .aps
6877* .ncb
78+ * .opendb
6979* .opensdf
7080* .sdf
7181* .cachefile
7484* .psess
7585* .vsp
7686* .vspx
87+ * .sap
7788
7889# TFS 2012 Local Workspace
7990$tf /
@@ -86,7 +97,7 @@ _ReSharper*/
8697* . [Rr ]e [Ss ]harper
8798* .DotSettings.user
8899
89- # JustCode is a .NET coding addin -in
100+ # JustCode is a .NET coding add -in
90101.JustCode
91102
92103# TeamCity is a build add-in
@@ -98,6 +109,7 @@ _TeamCity*
98109# NCrunch
99110_NCrunch_ *
100111. * crunch * .local.xml
112+ nCrunchTemp_ *
101113
102114# MightyMoose
103115* .mm. *
@@ -136,28 +148,43 @@ publish/
136148** /packages /*
137149# except build/, which is used as an MSBuild target.
138150! ** /packages /build /
139- # If using the old MSBuild-Integrated Package Restore, uncomment this:
151+ # Uncomment if necessary however generally it will be regenerated when needed
140152# !**/packages/repositories.config
153+ # NuGet v3's project.json files produces more ignoreable files
154+ * .nuget.props
155+ * .nuget.targets
141156
142- # Windows Azure Build Output
157+ # Microsoft Azure Build Output
143158csx /
144159* .build.csdef
145160
161+ # Microsoft Azure Emulator
162+ ecf /
163+ rcf /
164+
165+ # Microsoft Azure ApplicationInsights config file
166+ ApplicationInsights.config
167+
146168# Windows Store app package directory
147169AppPackages /
170+ BundleArtifacts /
171+
172+ # Visual Studio cache files
173+ # files ending in .cache can be ignored
174+ * . [Cc ]ache
175+ # but keep track of directories ending in .cache
176+ ! * . [Cc ]ache /
148177
149178# Others
150- sql /
151- * .Cache
152179ClientBin /
153- [Ss ]tyle [Cc ]op. *
154180~$ *
155181* ~
156182* .dbmdl
157183* .dbproj.schemaview
158184* .pfx
159185* .publishsettings
160186node_modules /
187+ orleans.codegen.cs
161188
162189# RIA/Silverlight projects
163190Generated_Code /
@@ -181,3 +208,29 @@ UpgradeLog*.htm
181208
182209# Microsoft Fakes
183210FakesAssemblies /
211+
212+ # GhostDoc plugin setting file
213+ * .GhostDoc.xml
214+
215+ # Node.js Tools for Visual Studio
216+ .ntvs_analysis.dat
217+
218+ # Visual Studio 6 build log
219+ * .plg
220+
221+ # Visual Studio 6 workspace options file
222+ * .opt
223+
224+ # Visual Studio LightSwitch build output
225+ ** /* .HTMLClient /GeneratedArtifacts
226+ ** /* .DesktopClient /GeneratedArtifacts
227+ ** /* .DesktopClient /ModelManifest.xml
228+ ** /* .Server /GeneratedArtifacts
229+ ** /* .Server /ModelManifest.xml
230+ _Pvt_Extensions
231+
232+ # Paket dependency manager
233+ .paket /paket.exe
234+
235+ # FAKE - F# Make
236+ .fake /
0 commit comments