11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
3- Releases
4- Working
3+ # #
4+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55
66# User-specific files
77* .suo
88* .user
9+ * .userosscache
910* .sln.docstates
1011
12+ # User-specific files (MonoDevelop/Xamarin Studio)
13+ * .userprefs
14+
1115# Build results
1216[Dd ]ebug /
1317[Dd ]ebugPublic /
1418[Rr ]elease /
19+ [Rr ]eleases /
1520x64 /
16- build /
21+ x86 /
1722bld /
1823[Bb ]in /
1924[Oo ]bj /
25+ [Ll ]og /
26+
27+ # Visual Studio 2015 cache/options directory
28+ .vs /
29+ # Uncomment if you have tasks that create the project's static files in wwwroot
30+ # wwwroot/
2031
2132# MSTest test Results
2233[Tt ]est [Rr ]esult * /
2334[Bb ]uild [Ll ]og. *
2435
25- # NUNIT
36+ # NUNIT
2637* .VisualState.xml
2738TestResult.xml
2839
@@ -31,6 +42,15 @@ TestResult.xml
3142[Rr ]eleasePS /
3243dlldata.c
3344
45+ # Benchmark Results
46+ BenchmarkDotNet.Artifacts /
47+
48+ # .NET Core
49+ project.lock.json
50+ project.fragment.lock.json
51+ artifacts /
52+ ** /Properties /launchSettings.json
53+
3454* _i.c
3555* _p.c
3656* _i.h
@@ -63,14 +83,21 @@ _Chutzpah*
6383ipch /
6484* .aps
6585* .ncb
86+ * .opendb
6687* .opensdf
6788* .sdf
6889* .cachefile
90+ * .VC.db
91+ * .VC.VC.opendb
6992
7093# Visual Studio profiler
7194* .psess
7295* .vsp
7396* .vspx
97+ * .sap
98+
99+ # Visual Studio Trace Files
100+ * .e2e
74101
75102# TFS 2012 Local Workspace
76103$tf /
@@ -83,7 +110,7 @@ _ReSharper*/
83110* . [Rr ]e [Ss ]harper
84111* .DotSettings.user
85112
86- # JustCode is a .NET coding addin -in
113+ # JustCode is a .NET coding add -in
87114.JustCode
88115
89116# TeamCity is a build add-in
@@ -92,10 +119,18 @@ _TeamCity*
92119# DotCover is a Code Coverage Tool
93120* .dotCover
94121
122+ # AxoCover is a Code Coverage Tool
123+ .axoCover /*
124+ ! .axoCover /settings.json
125+
126+ # Visual Studio code coverage results
127+ * .coverage
128+ * .coveragexml
129+
95130# NCrunch
96- * .ncrunch *
97131_NCrunch_ *
98132. * crunch * .local.xml
133+ nCrunchTemp_ *
99134
100135# MightyMoose
101136* .mm. *
@@ -123,41 +158,70 @@ publish/
123158# Publish Web Output
124159* . [Pp ]ublish.xml
125160* .azurePubxml
126-
127- # NuGet Packages Directory
128- packages /
129- # # TODO: If the tool you use requires repositories.config uncomment the next line
130- # !packages/repositories.config
131-
132- # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
133- # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
134- ! packages /build /
135-
136- # Windows Azure Build Output
161+ # Note: Comment the next line if you want to checkin your web deploy settings,
162+ # but database connection strings (with potential passwords) will be unencrypted
163+ * .pubxml
164+ * .publishproj
165+
166+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
167+ # checkin your Azure Web App publish settings, but sensitive information contained
168+ # in these scripts will be unencrypted
169+ PublishScripts /
170+
171+ # NuGet Packages
172+ * .nupkg
173+ # The packages folder can be ignored because of Package Restore
174+ ** /packages /*
175+ # except build/, which is used as an MSBuild target.
176+ ! ** /packages /build /
177+ # Uncomment if necessary however generally it will be regenerated when needed
178+ # !**/packages/repositories.config
179+ # NuGet v3's project.json files produces more ignorable files
180+ * .nuget.props
181+ * .nuget.targets
182+
183+ # Microsoft Azure Build Output
137184csx /
138185* .build.csdef
139186
140- # Windows Store app package directory
187+ # Microsoft Azure Emulator
188+ ecf /
189+ rcf /
190+
191+ # Windows Store app package directories and files
141192AppPackages /
193+ BundleArtifacts /
194+ Package.StoreAssociation.xml
195+ _pkginfo.txt
196+ * .appx
197+
198+ # Visual Studio cache files
199+ # files ending in .cache can be ignored
200+ * . [Cc ]ache
201+ # but keep track of directories ending in .cache
202+ ! * . [Cc ]ache /
142203
143204# Others
144- sql /
145- * .Cache
146205ClientBin /
147- [Ss ]tyle [Cc ]op. *
148206~$ *
149207* ~
150208* .dbmdl
151209* .dbproj.schemaview
210+ * .jfm
152211* .pfx
153212* .publishsettings
154- node_modules /
213+ orleans.codegen.cs
214+
215+ # Since there are multiple workflows, uncomment next line to ignore bower_components
216+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
217+ # bower_components/
155218
156219# RIA/Silverlight projects
157220Generated_Code /
158221
159- # Backup & report files from converting an old project file to a newer
160- # Visual Studio version. Backup files are not needed, because we have git ;-)
222+ # Backup & report files from converting an old project file
223+ # to a newer Visual Studio version. Backup files are not needed,
224+ # because we have git ;-)
161225_UpgradeReport_Files /
162226Backup * /
163227UpgradeLog * .XML
@@ -166,6 +230,7 @@ UpgradeLog*.htm
166230# SQL Server files
167231* .mdf
168232* .ldf
233+ * .ndf
169234
170235# Business Intelligence projects
171236* .rdl.data
@@ -174,7 +239,70 @@ UpgradeLog*.htm
174239
175240# Microsoft Fakes
176241FakesAssemblies /
242+
243+ # GhostDoc plugin setting file
244+ * .GhostDoc.xml
245+
246+ # Node.js Tools for Visual Studio
247+ .ntvs_analysis.dat
248+ node_modules /
249+
250+ # Typescript v1 declaration files
251+ typings /
252+
253+ # Visual Studio 6 build log
254+ * .plg
255+
256+ # Visual Studio 6 workspace options file
257+ * .opt
258+
259+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
260+ * .vbw
261+
262+ # Visual Studio LightSwitch build output
263+ ** /* .HTMLClient /GeneratedArtifacts
264+ ** /* .DesktopClient /GeneratedArtifacts
265+ ** /* .DesktopClient /ModelManifest.xml
266+ ** /* .Server /GeneratedArtifacts
267+ ** /* .Server /ModelManifest.xml
268+ _Pvt_Extensions
269+
270+ # Paket dependency manager
271+ .paket /paket.exe
272+ paket-files /
273+
274+ # FAKE - F# Make
275+ .fake /
276+
277+ # JetBrains Rider
278+ .idea /
279+ * .sln.iml
280+
281+ # CodeRush
282+ .cr /
283+
284+ # Python Tools for Visual Studio (PTVS)
285+ __pycache__ /
286+ * .pyc
287+
288+ # Cake - Uncomment if you are using it
289+ # tools/**
290+ # !tools/packages.config
291+
292+ # Tabs Studio
293+ * .tss
294+
295+ # Telerik's JustMock configuration file
296+ * .jmconfig
297+
298+ # BizTalk build output
299+ * .btp.cs
300+ * .btm.cs
301+ * .odx.cs
302+ * .xsd.cs
303+
304+ # OpenCover UI analysis results
305+ OpenCover /
177306EngineIoClientDotNet_Tests /Resources /test.xml
178307TestServer /test.xml
179- TestServer /test.xml
180- TestServer /test.xml
308+ Working /
0 commit comments