11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
3+ # #
4+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
35
46# User-specific files
57* .suo
1719[Rr ]eleases /
1820x64 /
1921x86 /
20- build /
2122bld /
2223[Bb ]in /
2324[Oo ]bj /
25+ [Ll ]og /
2426
2527# Visual Studio 2015 cache/options directory
2628.vs /
29+ # Uncomment if you have tasks that create the project's static files in wwwroot
30+ # wwwroot/
2731
2832# MSTest test Results
2933[Tt ]est [Rr ]esult * /
@@ -38,9 +42,11 @@ TestResult.xml
3842[Rr ]eleasePS /
3943dlldata.c
4044
41- # DNX
45+ # .NET Core
4246project.lock.json
47+ project.fragment.lock.json
4348artifacts /
49+ ** /Properties /launchSettings.json
4450
4551* _i.c
4652* _p.c
@@ -74,14 +80,18 @@ _Chutzpah*
7480ipch /
7581* .aps
7682* .ncb
83+ * .opendb
7784* .opensdf
7885* .sdf
7986* .cachefile
87+ * .VC.db
88+ * .VC.VC.opendb
8089
8190# Visual Studio profiler
8291* .psess
8392* .vsp
8493* .vspx
94+ * .sap
8595
8696# TFS 2012 Local Workspace
8797$tf /
@@ -103,10 +113,14 @@ _TeamCity*
103113# DotCover is a Code Coverage Tool
104114* .dotCover
105115
116+ # Visual Studio code coverage results
117+ * .coverage
118+ * .coveragexml
119+
106120# NCrunch
107121_NCrunch_ *
108- * .ncrunch *
109122. * crunch * .local.xml
123+ nCrunchTemp_ *
110124
111125# MightyMoose
112126* .mm. *
@@ -134,13 +148,16 @@ publish/
134148# Publish Web Output
135149* . [Pp ]ublish.xml
136150* .azurePubxml
137- # # TODO: Comment the next line if you want to checkin your
138- # # web deploy settings but do note that will include unencrypted
139- # # passwords
140- # *.pubxml
141-
151+ # TODO: Comment the next line if you want to checkin your web deploy settings
152+ # but database connection strings (with potential passwords) will be unencrypted
153+ * .pubxml
142154* .publishproj
143155
156+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
157+ # checkin your Azure Web App publish settings, but sensitive information contained
158+ # in these scripts will be unencrypted
159+ PublishScripts /
160+
144161# NuGet Packages
145162* .nupkg
146163# The packages folder can be ignored because of Package Restore
@@ -149,13 +166,23 @@ publish/
149166! ** /packages /build /
150167# Uncomment if necessary however generally it will be regenerated when needed
151168# !**/packages/repositories.config
169+ # NuGet v3's project.json files produces more ignorable files
170+ * .nuget.props
171+ * .nuget.targets
152172
153- # Windows Azure Build Output
173+ # Microsoft Azure Build Output
154174csx /
155175* .build.csdef
156176
157- # Windows Store app package directory
177+ # Microsoft Azure Emulator
178+ ecf /
179+ rcf /
180+
181+ # Windows Store app package directories and files
158182AppPackages /
183+ BundleArtifacts /
184+ Package.StoreAssociation.xml
185+ _pkginfo.txt
159186
160187# Visual Studio cache files
161188# files ending in .cache can be ignored
@@ -165,16 +192,19 @@ AppPackages/
165192
166193# Others
167194ClientBin /
168- [Ss ]tyle [Cc ]op. *
169195~$ *
170196* ~
171197* .dbmdl
172198* .dbproj.schemaview
199+ * .jfm
173200* .pfx
174201* .publishsettings
175- node_modules /
176202orleans.codegen.cs
177203
204+ # Since there are multiple workflows, uncomment next line to ignore bower_components
205+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
206+ # bower_components/
207+
178208# RIA/Silverlight projects
179209Generated_Code /
180210
@@ -189,6 +219,7 @@ UpgradeLog*.htm
189219# SQL Server files
190220* .mdf
191221* .ldf
222+ * .ndf
192223
193224# Business Intelligence projects
194225* .rdl.data
@@ -198,16 +229,60 @@ UpgradeLog*.htm
198229# Microsoft Fakes
199230FakesAssemblies /
200231
232+ # GhostDoc plugin setting file
233+ * .GhostDoc.xml
234+
201235# Node.js Tools for Visual Studio
202236.ntvs_analysis.dat
237+ node_modules /
238+
239+ # Typescript v1 declaration files
240+ typings /
203241
204242# Visual Studio 6 build log
205243* .plg
206244
207245# Visual Studio 6 workspace options file
208246* .opt
209247
210- # LightSwitch generated files
211- GeneratedArtifacts /
212- _Pvt_Extensions /
213- ModelManifest.xml
248+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
249+ * .vbw
250+
251+ # Visual Studio LightSwitch build output
252+ ** /* .HTMLClient /GeneratedArtifacts
253+ ** /* .DesktopClient /GeneratedArtifacts
254+ ** /* .DesktopClient /ModelManifest.xml
255+ ** /* .Server /GeneratedArtifacts
256+ ** /* .Server /ModelManifest.xml
257+ _Pvt_Extensions
258+
259+ # Paket dependency manager
260+ .paket /paket.exe
261+ paket-files /
262+
263+ # FAKE - F# Make
264+ .fake /
265+
266+ # JetBrains Rider
267+ .idea /
268+ * .sln.iml
269+
270+ # CodeRush
271+ .cr /
272+
273+ # Python Tools for Visual Studio (PTVS)
274+ __pycache__ /
275+ * .pyc
276+
277+ # Cake - Uncomment if you are using it
278+ tools /**
279+ ! tools /packages.config
280+
281+ # Telerik's JustMock configuration file
282+ * .jmconfig
283+
284+ # BizTalk build output
285+ * .btp.cs
286+ * .btm.cs
287+ * .odx.cs
288+ * .xsd.cs
0 commit comments