Skip to content

Commit a9f6896

Browse files
authored
Update .gitignore
1 parent 2dc3a66 commit a9f6896

File tree

1 file changed

+8
-50
lines changed

1 file changed

+8
-50
lines changed

.gitignore

Lines changed: 8 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ bld/
2424
[Oo]bj/
2525
[Ll]og/
2626

27-
# Visual Studio 2015/2017 cache/options directory
27+
# Visual Studio 2015 cache/options directory
2828
.vs/
2929
# Uncomment if you have tasks that create the project's static files in wwwroot
3030
#wwwroot/
3131

32-
# Visual Studio 2017 auto generated files
33-
Generated\ Files/
34-
3532
# MSTest test Results
3633
[Tt]est[Rr]esult*/
3734
[Bb]uild[Ll]og.*
@@ -45,29 +42,20 @@ TestResult.xml
4542
[Rr]eleasePS/
4643
dlldata.c
4744

48-
# Benchmark Results
49-
BenchmarkDotNet.Artifacts/
50-
5145
# .NET Core
5246
project.lock.json
5347
project.fragment.lock.json
5448
artifacts/
5549
**/Properties/launchSettings.json
5650

57-
# StyleCop
58-
StyleCopReport.xml
59-
60-
# Files built by Visual Studio
6151
*_i.c
6252
*_p.c
6353
*_i.h
6454
*.ilk
6555
*.meta
6656
*.obj
67-
*.iobj
6857
*.pch
6958
*.pdb
70-
*.ipdb
7159
*.pgc
7260
*.pgd
7361
*.rsp
@@ -105,9 +93,6 @@ ipch/
10593
*.vspx
10694
*.sap
10795

108-
# Visual Studio Trace Files
109-
*.e2e
110-
11196
# TFS 2012 Local Workspace
11297
$tf/
11398

@@ -128,10 +113,6 @@ _TeamCity*
128113
# DotCover is a Code Coverage Tool
129114
*.dotCover
130115

131-
# AxoCover is a Code Coverage Tool
132-
.axoCover/*
133-
!.axoCover/settings.json
134-
135116
# Visual Studio code coverage results
136117
*.coverage
137118
*.coveragexml
@@ -167,7 +148,7 @@ publish/
167148
# Publish Web Output
168149
*.[Pp]ublish.xml
169150
*.azurePubxml
170-
# Note: Comment the next line if you want to checkin your web deploy settings,
151+
# TODO: Comment the next line if you want to checkin your web deploy settings
171152
# but database connection strings (with potential passwords) will be unencrypted
172153
*.pubxml
173154
*.publishproj
@@ -180,11 +161,11 @@ PublishScripts/
180161
# NuGet Packages
181162
*.nupkg
182163
# The packages folder can be ignored because of Package Restore
183-
**/[Pp]ackages/*
164+
**/packages/*
184165
# except build/, which is used as an MSBuild target.
185-
!**/[Pp]ackages/build/
166+
!**/packages/build/
186167
# Uncomment if necessary however generally it will be regenerated when needed
187-
#!**/[Pp]ackages/repositories.config
168+
#!**/packages/repositories.config
188169
# NuGet v3's project.json files produces more ignorable files
189170
*.nuget.props
190171
*.nuget.targets
@@ -202,7 +183,6 @@ AppPackages/
202183
BundleArtifacts/
203184
Package.StoreAssociation.xml
204185
_pkginfo.txt
205-
*.appx
206186

207187
# Visual Studio cache files
208188
# files ending in .cache can be ignored
@@ -221,10 +201,6 @@ ClientBin/
221201
*.publishsettings
222202
orleans.codegen.cs
223203

224-
# Including strong name files can present a security risk
225-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
226-
#*.snk
227-
228204
# Since there are multiple workflows, uncomment next line to ignore bower_components
229205
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
230206
#bower_components/
@@ -239,8 +215,6 @@ _UpgradeReport_Files/
239215
Backup*/
240216
UpgradeLog*.XML
241217
UpgradeLog*.htm
242-
ServiceFabricBackup/
243-
*.rptproj.bak
244218

245219
# SQL Server files
246220
*.mdf
@@ -251,7 +225,6 @@ ServiceFabricBackup/
251225
*.rdl.data
252226
*.bim.layout
253227
*.bim_*.settings
254-
*.rptproj.rsuser
255228

256229
# Microsoft Fakes
257230
FakesAssemblies/
@@ -263,6 +236,9 @@ FakesAssemblies/
263236
.ntvs_analysis.dat
264237
node_modules/
265238

239+
# Typescript v1 declaration files
240+
typings/
241+
266242
# Visual Studio 6 build log
267243
*.plg
268244

@@ -302,9 +278,6 @@ __pycache__/
302278
# tools/**
303279
# !tools/packages.config
304280

305-
# Tabs Studio
306-
*.tss
307-
308281
# Telerik's JustMock configuration file
309282
*.jmconfig
310283

@@ -313,18 +286,3 @@ __pycache__/
313286
*.btm.cs
314287
*.odx.cs
315288
*.xsd.cs
316-
317-
# OpenCover UI analysis results
318-
OpenCover/
319-
320-
# Azure Stream Analytics local run output
321-
ASALocalRun/
322-
323-
# MSBuild Binary and Structured Log
324-
*.binlog
325-
326-
# NVidia Nsight GPU debugger configuration file
327-
*.nvuser
328-
329-
# MFractors (Xamarin productivity tool) working folder
330-
.mfractor/

0 commit comments

Comments
 (0)