Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit f5efa31

Browse files
committed
Updated to latest gitignore.
1 parent c04930e commit f5efa31

File tree

1 file changed

+191
-43
lines changed

1 file changed

+191
-43
lines changed

.gitignore

Lines changed: 191 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,52 @@
1-
# User-specific stuff:
2-
.idea/**/workspace.xml
3-
.idea/**/tasks.xml
4-
.idea/dictionaries
1+
# Created by https://www.gitignore.io/api/visualstudio
2+
# Edit at https://www.gitignore.io/?templates=visualstudio
53

4+
### VisualStudio ###
65
## Ignore Visual Studio temporary files, build results, and
76
## files generated by popular Visual Studio add-ons.
7+
##
8+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
89

910
# User-specific files
11+
*.rsuser
1012
*.suo
1113
*.user
14+
*.userosscache
1215
*.sln.docstates
13-
.vs/
16+
17+
# User-specific files (MonoDevelop/Xamarin Studio)
18+
*.userprefs
19+
20+
# Mono auto generated files
21+
mono_crash.*
1422

1523
# Build results
1624
[Dd]ebug/
1725
[Dd]ebugPublic/
1826
[Rr]elease/
27+
[Rr]eleases/
1928
x64/
20-
build/
29+
x86/
30+
[Aa][Rr][Mm]/
31+
[Aa][Rr][Mm]64/
2132
bld/
2233
[Bb]in/
2334
[Oo]bj/
35+
[Ll]og/
2436

2537
# Visual Studio 2015/2017 cache/options directory
2638
.vs/
39+
# Uncomment if you have tasks that create the project's static files in wwwroot
40+
#wwwroot/
2741

28-
# Roslyn cache directories
29-
*.ide/
42+
# Visual Studio 2017 auto generated files
43+
Generated\ Files/
3044

3145
# MSTest test Results
3246
[Tt]est[Rr]esult*/
3347
[Bb]uild[Ll]og.*
3448

35-
#NUNIT
49+
# NUNIT
3650
*.VisualState.xml
3751
TestResult.xml
3852

@@ -41,24 +55,38 @@ TestResult.xml
4155
[Rr]eleasePS/
4256
dlldata.c
4357

58+
# Benchmark Results
59+
BenchmarkDotNet.Artifacts/
60+
61+
# .NET Core
62+
project.lock.json
63+
project.fragment.lock.json
64+
artifacts/
65+
66+
# StyleCop
67+
StyleCopReport.xml
68+
69+
# Files built by Visual Studio
4470
*_i.c
4571
*_p.c
46-
*_i.h
72+
*_h.h
4773
*.ilk
4874
*.meta
4975
*.obj
76+
*.iobj
5077
*.pch
5178
*.pdb
79+
*.ipdb
5280
*.pgc
5381
*.pgd
5482
*.rsp
55-
!msbuild.rsp
5683
*.sbr
5784
*.tlb
5885
*.tli
5986
*.tlh
6087
*.tmp
6188
*.tmp_proj
89+
*_wpftmp.csproj
6290
*.log
6391
*.vspscc
6492
*.vssscc
@@ -74,14 +102,21 @@ _Chutzpah*
74102
ipch/
75103
*.aps
76104
*.ncb
105+
*.opendb
77106
*.opensdf
78107
*.sdf
79108
*.cachefile
109+
*.VC.db
110+
*.VC.VC.opendb
80111

81112
# Visual Studio profiler
82113
*.psess
83114
*.vsp
84115
*.vspx
116+
*.sap
117+
118+
# Visual Studio Trace Files
119+
*.e2e
85120

86121
# TFS 2012 Local Workspace
87122
$tf/
@@ -94,7 +129,7 @@ _ReSharper*/
94129
*.[Rr]e[Ss]harper
95130
*.DotSettings.user
96131

97-
# JustCode is a .NET coding addin-in
132+
# JustCode is a .NET coding add-in
98133
.JustCode
99134

100135
# TeamCity is a build add-in
@@ -103,9 +138,18 @@ _TeamCity*
103138
# DotCover is a Code Coverage Tool
104139
*.dotCover
105140

141+
# AxoCover is a Code Coverage Tool
142+
.axoCover/*
143+
!.axoCover/settings.json
144+
145+
# Visual Studio code coverage results
146+
*.coverage
147+
*.coveragexml
148+
106149
# NCrunch
107150
_NCrunch_*
108151
.*crunch*.local.xml
152+
nCrunchTemp_*
109153

110154
# MightyMoose
111155
*.mm.*
@@ -133,42 +177,69 @@ publish/
133177
# Publish Web Output
134178
*.[Pp]ublish.xml
135179
*.azurePubxml
136-
## TODO: Comment the next line if you want to checkin your
137-
## web deploy settings but do note that will include unencrypted
138-
## passwords
139-
#*.pubxml
140-
141-
# NuGet Packages Directory
142-
packages/*
143-
## TODO: If the tool you use requires repositories.config
144-
## uncomment the next line
145-
#!packages/repositories.config
146-
147-
# Enable "build/" folder in the NuGet Packages folder since
148-
# NuGet packages use it for MSBuild targets.
149-
# This line needs to be after the ignore of the build folder
150-
# (and the packages folder if the line above has been uncommented)
151-
!packages/build/
152-
153-
# Windows Azure Build Output
180+
# Note: Comment the next line if you want to checkin your web deploy settings,
181+
# but database connection strings (with potential passwords) will be unencrypted
182+
*.pubxml
183+
*.publishproj
184+
185+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
186+
# checkin your Azure Web App publish settings, but sensitive information contained
187+
# in these scripts will be unencrypted
188+
PublishScripts/
189+
190+
# NuGet Packages
191+
*.nupkg
192+
# The packages folder can be ignored because of Package Restore
193+
**/[Pp]ackages/*
194+
# except build/, which is used as an MSBuild target.
195+
!**/[Pp]ackages/build/
196+
# Uncomment if necessary however generally it will be regenerated when needed
197+
#!**/[Pp]ackages/repositories.config
198+
# NuGet v3's project.json files produces more ignorable files
199+
*.nuget.props
200+
*.nuget.targets
201+
202+
# Microsoft Azure Build Output
154203
csx/
155204
*.build.csdef
156205

157-
# Windows Store app package directory
206+
# Microsoft Azure Emulator
207+
ecf/
208+
rcf/
209+
210+
# Windows Store app package directories and files
158211
AppPackages/
212+
BundleArtifacts/
213+
Package.StoreAssociation.xml
214+
_pkginfo.txt
215+
*.appx
216+
*.appxbundle
217+
*.appxupload
218+
219+
# Visual Studio cache files
220+
# files ending in .cache can be ignored
221+
*.[Cc]ache
222+
# but keep track of directories ending in .cache
223+
!?*.[Cc]ache/
159224

160225
# Others
161-
sql/
162-
*.Cache
163226
ClientBin/
164-
[Ss]tyle[Cc]op.*
165227
~$*
166228
*~
167229
*.dbmdl
168230
*.dbproj.schemaview
231+
*.jfm
169232
*.pfx
170233
*.publishsettings
171-
node_modules/
234+
orleans.codegen.cs
235+
236+
# Including strong name files can present a security risk
237+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
238+
#*.snk
239+
240+
# Since there are multiple workflows, uncomment next line to ignore bower_components
241+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
242+
#bower_components/
172243

173244
# RIA/Silverlight projects
174245
Generated_Code/
@@ -180,26 +251,103 @@ _UpgradeReport_Files/
180251
Backup*/
181252
UpgradeLog*.XML
182253
UpgradeLog*.htm
254+
ServiceFabricBackup/
255+
*.rptproj.bak
183256

184257
# SQL Server files
185258
*.mdf
186259
*.ldf
260+
*.ndf
187261

188262
# Business Intelligence projects
189263
*.rdl.data
190264
*.bim.layout
191265
*.bim_*.settings
266+
*.rptproj.rsuser
267+
*- Backup*.rdl
192268

193269
# Microsoft Fakes
194270
FakesAssemblies/
195271

196-
# LightSwitch generated files
197-
GeneratedArtifacts/
198-
_Pvt_Extensions/
199-
ModelManifest.xml
272+
# GhostDoc plugin setting file
273+
*.GhostDoc.xml
200274

201-
#Docker stuff
202-
volumes/
275+
# Node.js Tools for Visual Studio
276+
.ntvs_analysis.dat
277+
node_modules/
278+
279+
# Visual Studio 6 build log
280+
*.plg
281+
282+
# Visual Studio 6 workspace options file
283+
*.opt
284+
285+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
286+
*.vbw
287+
288+
# Visual Studio LightSwitch build output
289+
**/*.HTMLClient/GeneratedArtifacts
290+
**/*.DesktopClient/GeneratedArtifacts
291+
**/*.DesktopClient/ModelManifest.xml
292+
**/*.Server/GeneratedArtifacts
293+
**/*.Server/ModelManifest.xml
294+
_Pvt_Extensions
203295

204-
#Nuget publish
205-
*.nupkg
296+
# Paket dependency manager
297+
.paket/paket.exe
298+
paket-files/
299+
300+
# FAKE - F# Make
301+
.fake/
302+
303+
# CodeRush personal settings
304+
.cr/personal
305+
306+
# Python Tools for Visual Studio (PTVS)
307+
__pycache__/
308+
*.pyc
309+
310+
# Cake - Uncomment if you are using it
311+
# tools/**
312+
# !tools/packages.config
313+
314+
# Tabs Studio
315+
*.tss
316+
317+
# Telerik's JustMock configuration file
318+
*.jmconfig
319+
320+
# BizTalk build output
321+
*.btp.cs
322+
*.btm.cs
323+
*.odx.cs
324+
*.xsd.cs
325+
326+
# OpenCover UI analysis results
327+
OpenCover/
328+
329+
# Azure Stream Analytics local run output
330+
ASALocalRun/
331+
332+
# MSBuild Binary and Structured Log
333+
*.binlog
334+
335+
# NVidia Nsight GPU debugger configuration file
336+
*.nvuser
337+
338+
# MFractors (Xamarin productivity tool) working folder
339+
.mfractor/
340+
341+
# Local History for Visual Studio
342+
.localhistory/
343+
344+
# BeatPulse healthcheck temp database
345+
healthchecksdb
346+
347+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
348+
MigrationBackup/
349+
350+
# End of https://www.gitignore.io/api/visualstudio
351+
352+
#Docker stuff
353+
volumes/

0 commit comments

Comments
 (0)