Skip to content

Commit 0923192

Browse files
authored
Update .gitignore
1 parent ce63d4c commit 0923192

File tree

1 file changed

+94
-17
lines changed

1 file changed

+94
-17
lines changed

.gitignore

+94-17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

66
# User-specific files
7+
*.rsuser
78
*.suo
89
*.user
910
*.userosscache
@@ -12,50 +13,67 @@
1213
# User-specific files (MonoDevelop/Xamarin Studio)
1314
*.userprefs
1415

16+
# Mono auto generated files
17+
mono_crash.*
18+
1519
# Build results
1620
[Dd]ebug/
1721
[Dd]ebugPublic/
1822
[Rr]elease/
1923
[Rr]eleases/
2024
x64/
2125
x86/
26+
[Aa][Rr][Mm]/
27+
[Aa][Rr][Mm]64/
2228
bld/
2329
[Bb]in/
2430
[Oo]bj/
2531
[Ll]og/
2632

27-
# Visual Studio 2015 cache/options directory
33+
# Visual Studio 2015/2017 cache/options directory
2834
.vs/
2935
# Uncomment if you have tasks that create the project's static files in wwwroot
3036
#wwwroot/
3137

38+
# Visual Studio 2017 auto generated files
39+
Generated\ Files/
40+
3241
# MSTest test Results
3342
[Tt]est[Rr]esult*/
3443
[Bb]uild[Ll]og.*
3544

36-
# NUNIT
45+
# NUnit
3746
*.VisualState.xml
3847
TestResult.xml
48+
nunit-*.xml
3949

4050
# Build Results of an ATL Project
4151
[Dd]ebugPS/
4252
[Rr]eleasePS/
4353
dlldata.c
4454

55+
# Benchmark Results
56+
BenchmarkDotNet.Artifacts/
57+
4558
# .NET Core
4659
project.lock.json
4760
project.fragment.lock.json
4861
artifacts/
49-
**/Properties/launchSettings.json
5062

63+
# StyleCop
64+
StyleCopReport.xml
65+
66+
# Files built by Visual Studio
5167
*_i.c
5268
*_p.c
53-
*_i.h
69+
*_h.h
5470
*.ilk
5571
*.meta
5672
*.obj
73+
*.iobj
5774
*.pch
5875
*.pdb
76+
*.ipdb
5977
*.pgc
6078
*.pgd
6179
*.rsp
@@ -65,6 +83,7 @@ artifacts/
6583
*.tlh
6684
*.tmp
6785
*.tmp_proj
86+
*_wpftmp.csproj
6887
*.log
6988
*.vspscc
7089
*.vssscc
@@ -93,6 +112,9 @@ ipch/
93112
*.vspx
94113
*.sap
95114

115+
# Visual Studio Trace Files
116+
*.e2e
117+
96118
# TFS 2012 Local Workspace
97119
$tf/
98120

@@ -113,6 +135,10 @@ _TeamCity*
113135
# DotCover is a Code Coverage Tool
114136
*.dotCover
115137

138+
# AxoCover is a Code Coverage Tool
139+
.axoCover/*
140+
!.axoCover/settings.json
141+
116142
# Visual Studio code coverage results
117143
*.coverage
118144
*.coveragexml
@@ -148,7 +174,7 @@ publish/
148174
# Publish Web Output
149175
*.[Pp]ublish.xml
150176
*.azurePubxml
151-
# TODO: Comment the next line if you want to checkin your web deploy settings
177+
# Note: Comment the next line if you want to checkin your web deploy settings,
152178
# but database connection strings (with potential passwords) will be unencrypted
153179
*.pubxml
154180
*.publishproj
@@ -160,13 +186,15 @@ PublishScripts/
160186

161187
# NuGet Packages
162188
*.nupkg
189+
# NuGet Symbol Packages
190+
*.snupkg
163191
# The packages folder can be ignored because of Package Restore
164-
**/packages/*
192+
**/[Pp]ackages/*
165193
# except build/, which is used as an MSBuild target.
166-
!**/packages/build/
194+
!**/[Pp]ackages/build/
167195
# Uncomment if necessary however generally it will be regenerated when needed
168-
#!**/packages/repositories.config
169-
# NuGet v3's project.json files produces more ignoreable files
196+
#!**/[Pp]ackages/repositories.config
197+
# NuGet v3's project.json files produces more ignorable files
170198
*.nuget.props
171199
*.nuget.targets
172200

@@ -183,12 +211,15 @@ AppPackages/
183211
BundleArtifacts/
184212
Package.StoreAssociation.xml
185213
_pkginfo.txt
214+
*.appx
215+
*.appxbundle
216+
*.appxupload
186217

187218
# Visual Studio cache files
188219
# files ending in .cache can be ignored
189220
*.[Cc]ache
190221
# but keep track of directories ending in .cache
191-
!*.[Cc]ache/
222+
!?*.[Cc]ache/
192223

193224
# Others
194225
ClientBin/
@@ -199,9 +230,12 @@ ClientBin/
199230
*.jfm
200231
*.pfx
201232
*.publishsettings
202-
node_modules/
203233
orleans.codegen.cs
204234

235+
# Including strong name files can present a security risk
236+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
237+
#*.snk
238+
205239
# Since there are multiple workflows, uncomment next line to ignore bower_components
206240
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
207241
#bower_components/
@@ -216,15 +250,22 @@ _UpgradeReport_Files/
216250
Backup*/
217251
UpgradeLog*.XML
218252
UpgradeLog*.htm
253+
ServiceFabricBackup/
254+
*.rptproj.bak
219255

220256
# SQL Server files
221257
*.mdf
222258
*.ldf
259+
*.ndf
223260

224261
# Business Intelligence projects
225262
*.rdl.data
226263
*.bim.layout
227264
*.bim_*.settings
265+
*.rptproj.rsuser
266+
*- [Bb]ackup.rdl
267+
*- [Bb]ackup ([0-9]).rdl
268+
*- [Bb]ackup ([0-9][0-9]).rdl
228269

229270
# Microsoft Fakes
230271
FakesAssemblies/
@@ -234,6 +275,7 @@ FakesAssemblies/
234275

235276
# Node.js Tools for Visual Studio
236277
.ntvs_analysis.dat
278+
node_modules/
237279

238280
# Visual Studio 6 build log
239281
*.plg
@@ -259,12 +301,8 @@ paket-files/
259301
# FAKE - F# Make
260302
.fake/
261303

262-
# JetBrains Rider
263-
.idea/
264-
*.sln.iml
265-
266-
# CodeRush
267-
.cr/
304+
# CodeRush personal settings
305+
.cr/personal
268306

269307
# Python Tools for Visual Studio (PTVS)
270308
__pycache__/
@@ -273,3 +311,42 @@ __pycache__/
273311
# Cake - Uncomment if you are using it
274312
# tools/**
275313
# !tools/packages.config
314+
315+
# Tabs Studio
316+
*.tss
317+
318+
# Telerik's JustMock configuration file
319+
*.jmconfig
320+
321+
# BizTalk build output
322+
*.btp.cs
323+
*.btm.cs
324+
*.odx.cs
325+
*.xsd.cs
326+
327+
# OpenCover UI analysis results
328+
OpenCover/
329+
330+
# Azure Stream Analytics local run output
331+
ASALocalRun/
332+
333+
# MSBuild Binary and Structured Log
334+
*.binlog
335+
336+
# NVidia Nsight GPU debugger configuration file
337+
*.nvuser
338+
339+
# MFractors (Xamarin productivity tool) working folder
340+
.mfractor/
341+
342+
# Local History for Visual Studio
343+
.localhistory/
344+
345+
# BeatPulse healthcheck temp database
346+
healthchecksdb
347+
348+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
349+
MigrationBackup/
350+
351+
# Ionide (cross platform F# VS Code tools) working folder
352+
.ionide/

0 commit comments

Comments
 (0)