Skip to content

Commit 6df3623

Browse files
committed
Update .gitignore
1 parent 2e30438 commit 6df3623

File tree

1 file changed

+147
-33
lines changed

1 file changed

+147
-33
lines changed

.gitignore

Lines changed: 147 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,106 @@
1+
# dotnet
2+
.env
3+
dist/
4+
App_Data/
5+
.vscode/
6+
.idea/
7+
*.user
8+
*.tsbuildinfo
9+
#sqlite
10+
.vs/
11+
bin/
12+
obj/
13+
*.db
14+
*.db-shm
15+
*.db-wal
16+
*.db-journal
17+
*.sqlite
18+
*.sqlite
19+
*.sqlite-shm
20+
*.sqlite-wal
21+
Configure.secrets.cs
22+
appsettings.Production.*
23+
124
## Ignore Visual Studio temporary files, build results, and
225
## files generated by popular Visual Studio add-ons.
326
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5-
6-
# Custom
7-
dist/
8-
coverage/
9-
blog/
10-
package-lock.json
11-
App_Data/
12-
MyApp/Configure.secrets.cs
13-
tailwindcss
14-
tailwindcss.exe
27+
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
1528

1629
# User-specific files
30+
*.rsuser
1731
*.suo
18-
*.user
1932
*.userosscache
2033
*.sln.docstates
2134

2235
# User-specific files (MonoDevelop/Xamarin Studio)
2336
*.userprefs
2437

38+
# Mono auto generated files
39+
mono_crash.*
40+
2541
# Build results
2642
[Dd]ebug/
2743
[Dd]ebugPublic/
2844
[Rr]elease/
2945
[Rr]eleases/
3046
x64/
3147
x86/
48+
[Ww][Ii][Nn]32/
49+
[Aa][Rr][Mm]/
50+
[Aa][Rr][Mm]64/
3251
bld/
3352
[Bb]in/
3453
[Oo]bj/
3554
[Ll]og/
55+
[Ll]ogs/
3656

37-
# Visual Studio 2015 cache/options directory
57+
# Visual Studio 2015/2017 cache/options directory
3858
.vs/
3959
# Uncomment if you have tasks that create the project's static files in wwwroot
4060
#wwwroot/
4161

62+
# Visual Studio 2017 auto generated files
63+
Generated\ Files/
64+
4265
# MSTest test Results
4366
[Tt]est[Rr]esult*/
4467
[Bb]uild[Ll]og.*
4568

46-
# NUNIT
69+
# NUnit
4770
*.VisualState.xml
4871
TestResult.xml
72+
nunit-*.xml
4973

5074
# Build Results of an ATL Project
5175
[Dd]ebugPS/
5276
[Rr]eleasePS/
5377
dlldata.c
5478

79+
# Benchmark Results
80+
BenchmarkDotNet.Artifacts/
81+
5582
# .NET Core
5683
project.lock.json
5784
project.fragment.lock.json
5885
artifacts/
59-
#**/Properties/launchSettings.json
6086

87+
# ASP.NET Scaffolding
88+
ScaffoldingReadMe.txt
89+
90+
# StyleCop
91+
StyleCopReport.xml
92+
93+
# Files built by Visual Studio
6194
*_i.c
6295
*_p.c
63-
*_i.h
96+
*_h.h
6497
*.ilk
6598
*.meta
6699
*.obj
100+
*.iobj
67101
*.pch
68102
*.pdb
103+
*.ipdb
69104
*.pgc
70105
*.pgd
71106
*.rsp
@@ -75,7 +110,9 @@ artifacts/
75110
*.tlh
76111
*.tmp
77112
*.tmp_proj
113+
*_wpftmp.csproj
78114
*.log
115+
*.tlog
79116
*.vspscc
80117
*.vssscc
81118
.builds
@@ -103,6 +140,9 @@ ipch/
103140
*.vspx
104141
*.sap
105142

143+
# Visual Studio Trace Files
144+
*.e2e
145+
106146
# TFS 2012 Local Workspace
107147
$tf/
108148

@@ -114,15 +154,21 @@ _ReSharper*/
114154
*.[Rr]e[Ss]harper
115155
*.DotSettings.user
116156

117-
# JustCode is a .NET coding add-in
118-
.JustCode
119-
120157
# TeamCity is a build add-in
121158
_TeamCity*
122159

123160
# DotCover is a Code Coverage Tool
124161
*.dotCover
125162

163+
# AxoCover is a Code Coverage Tool
164+
.axoCover/*
165+
!.axoCover/settings.json
166+
167+
# Coverlet is a free, cross platform Code Coverage Tool
168+
coverage*.json
169+
coverage*.xml
170+
coverage*.info
171+
126172
# Visual Studio code coverage results
127173
*.coverage
128174
*.coveragexml
@@ -158,7 +204,7 @@ publish/
158204
# Publish Web Output
159205
*.[Pp]ublish.xml
160206
*.azurePubxml
161-
# TODO: Comment the next line if you want to checkin your web deploy settings
207+
# Note: Comment the next line if you want to checkin your web deploy settings,
162208
# but database connection strings (with potential passwords) will be unencrypted
163209
*.pubxml
164210
*.publishproj
@@ -170,12 +216,14 @@ PublishScripts/
170216

171217
# NuGet Packages
172218
*.nupkg
219+
# NuGet Symbol Packages
220+
*.snupkg
173221
# The packages folder can be ignored because of Package Restore
174-
**/packages/*
222+
**/[Pp]ackages/*
175223
# except build/, which is used as an MSBuild target.
176-
!**/packages/build/
224+
!**/[Pp]ackages/build/
177225
# Uncomment if necessary however generally it will be regenerated when needed
178-
#!**/packages/repositories.config
226+
#!**/[Pp]ackages/repositories.config
179227
# NuGet v3's project.json files produces more ignorable files
180228
*.nuget.props
181229
*.nuget.targets
@@ -193,12 +241,15 @@ AppPackages/
193241
BundleArtifacts/
194242
Package.StoreAssociation.xml
195243
_pkginfo.txt
244+
*.appx
245+
*.appxbundle
246+
*.appxupload
196247

197248
# Visual Studio cache files
198249
# files ending in .cache can be ignored
199250
*.[Cc]ache
200251
# but keep track of directories ending in .cache
201-
!*.[Cc]ache/
252+
!?*.[Cc]ache/
202253

203254
# Others
204255
ClientBin/
@@ -211,6 +262,10 @@ ClientBin/
211262
*.publishsettings
212263
orleans.codegen.cs
213264

265+
# Including strong name files can present a security risk
266+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
267+
#*.snk
268+
214269
# Since there are multiple workflows, uncomment next line to ignore bower_components
215270
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
216271
#bower_components/
@@ -225,6 +280,8 @@ _UpgradeReport_Files/
225280
Backup*/
226281
UpgradeLog*.XML
227282
UpgradeLog*.htm
283+
ServiceFabricBackup/
284+
*.rptproj.bak
228285

229286
# SQL Server files
230287
*.mdf
@@ -235,6 +292,10 @@ UpgradeLog*.htm
235292
*.rdl.data
236293
*.bim.layout
237294
*.bim_*.settings
295+
*.rptproj.rsuser
296+
*- [Bb]ackup.rdl
297+
*- [Bb]ackup ([0-9]).rdl
298+
*- [Bb]ackup ([0-9][0-9]).rdl
238299

239300
# Microsoft Fakes
240301
FakesAssemblies/
@@ -246,9 +307,6 @@ FakesAssemblies/
246307
.ntvs_analysis.dat
247308
node_modules/
248309

249-
# Typescript v1 declaration files
250-
typings/
251-
252310
# Visual Studio 6 build log
253311
*.plg
254312

@@ -258,6 +316,17 @@ typings/
258316
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
259317
*.vbw
260318

319+
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
320+
*.vbp
321+
322+
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
323+
*.dsw
324+
*.dsp
325+
326+
# Visual Studio 6 technical files
327+
*.ncb
328+
*.aps
329+
261330
# Visual Studio LightSwitch build output
262331
**/*.HTMLClient/GeneratedArtifacts
263332
**/*.DesktopClient/GeneratedArtifacts
@@ -273,12 +342,8 @@ paket-files/
273342
# FAKE - F# Make
274343
.fake/
275344

276-
# JetBrains Rider
277-
.idea/
278-
*.sln.iml
279-
280-
# CodeRush
281-
.cr/
345+
# CodeRush personal settings
346+
.cr/personal
282347

283348
# Python Tools for Visual Studio (PTVS)
284349
__pycache__/
@@ -288,6 +353,9 @@ __pycache__/
288353
# tools/**
289354
# !tools/packages.config
290355

356+
# Tabs Studio
357+
*.tss
358+
291359
# Telerik's JustMock configuration file
292360
*.jmconfig
293361

@@ -296,3 +364,49 @@ __pycache__/
296364
*.btm.cs
297365
*.odx.cs
298366
*.xsd.cs
367+
368+
# OpenCover UI analysis results
369+
OpenCover/
370+
371+
# Azure Stream Analytics local run output
372+
ASALocalRun/
373+
374+
# MSBuild Binary and Structured Log
375+
*.binlog
376+
377+
# NVidia Nsight GPU debugger configuration file
378+
*.nvuser
379+
380+
# MFractors (Xamarin productivity tool) working folder
381+
.mfractor/
382+
383+
# Local History for Visual Studio
384+
.localhistory/
385+
386+
# Visual Studio History (VSHistory) files
387+
.vshistory/
388+
389+
# BeatPulse healthcheck temp database
390+
healthchecksdb
391+
392+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
393+
MigrationBackup/
394+
395+
# Ionide (cross platform F# VS Code tools) working folder
396+
.ionide/
397+
398+
# Fody - auto-generated XML schema
399+
FodyWeavers.xsd
400+
401+
# Local History for Visual Studio Code
402+
.history/
403+
404+
# Windows Installer files from build outputs
405+
*.cab
406+
*.msi
407+
*.msix
408+
*.msm
409+
*.msp
410+
411+
# JetBrains Rider
412+
*.sln.iml

0 commit comments

Comments
 (0)