Skip to content

Commit 69c9eac

Browse files
committed
update ignore file
1 parent 78b952b commit 69c9eac

File tree

2 files changed

+190
-21
lines changed

2 files changed

+190
-21
lines changed

.gitignore

Lines changed: 189 additions & 21 deletions
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,75 @@
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+
[Ww][Ii][Nn]32/
27+
[Aa][Rr][Mm]/
28+
[Aa][Rr][Mm]64/
2229
bld/
2330
[Bb]in/
2431
[Oo]bj/
2532
[Ll]og/
33+
[Ll]ogs/
2634

27-
# Visual Studio 2015 cache/options directory
35+
# Visual Studio 2015/2017 cache/options directory
2836
.vs/
2937
# Uncomment if you have tasks that create the project's static files in wwwroot
3038
#wwwroot/
3139

40+
# Visual Studio 2017 auto generated files
41+
Generated\ Files/
42+
3243
# MSTest test Results
3344
[Tt]est[Rr]esult*/
3445
[Bb]uild[Ll]og.*
3546

36-
# NUNIT
47+
# NUnit
3748
*.VisualState.xml
3849
TestResult.xml
50+
nunit-*.xml
3951

4052
# Build Results of an ATL Project
4153
[Dd]ebugPS/
4254
[Rr]eleasePS/
4355
dlldata.c
4456

57+
# Benchmark Results
58+
BenchmarkDotNet.Artifacts/
59+
4560
# .NET Core
4661
project.lock.json
4762
project.fragment.lock.json
4863
artifacts/
49-
**/Properties/launchSettings.json
5064

65+
# Tye
66+
.tye/
67+
68+
# ASP.NET Scaffolding
69+
ScaffoldingReadMe.txt
70+
71+
# StyleCop
72+
StyleCopReport.xml
73+
74+
# Files built by Visual Studio
5175
*_i.c
5276
*_p.c
53-
*_i.h
77+
*_h.h
5478
*.ilk
5579
*.meta
5680
*.obj
81+
*.iobj
5782
*.pch
5883
*.pdb
84+
*.ipdb
5985
*.pgc
6086
*.pgd
6187
*.rsp
@@ -65,6 +91,7 @@ artifacts/
6591
*.tlh
6692
*.tmp
6793
*.tmp_proj
94+
*_wpftmp.csproj
6895
*.log
6996
*.vspscc
7097
*.vssscc
@@ -93,6 +120,9 @@ ipch/
93120
*.vspx
94121
*.sap
95122

123+
# Visual Studio Trace Files
124+
*.e2e
125+
96126
# TFS 2012 Local Workspace
97127
$tf/
98128

@@ -104,15 +134,21 @@ _ReSharper*/
104134
*.[Rr]e[Ss]harper
105135
*.DotSettings.user
106136

107-
# JustCode is a .NET coding add-in
108-
.JustCode
109-
110137
# TeamCity is a build add-in
111138
_TeamCity*
112139

113140
# DotCover is a Code Coverage Tool
114141
*.dotCover
115142

143+
# AxoCover is a Code Coverage Tool
144+
.axoCover/*
145+
!.axoCover/settings.json
146+
147+
# Coverlet is a free, cross platform Code Coverage Tool
148+
coverage*.json
149+
coverage*.xml
150+
coverage*.info
151+
116152
# Visual Studio code coverage results
117153
*.coverage
118154
*.coveragexml
@@ -148,7 +184,7 @@ publish/
148184
# Publish Web Output
149185
*.[Pp]ublish.xml
150186
*.azurePubxml
151-
# TODO: Comment the next line if you want to checkin your web deploy settings
187+
# Note: Comment the next line if you want to checkin your web deploy settings,
152188
# but database connection strings (with potential passwords) will be unencrypted
153189
*.pubxml
154190
*.publishproj
@@ -160,12 +196,14 @@ PublishScripts/
160196

161197
# NuGet Packages
162198
*.nupkg
199+
# NuGet Symbol Packages
200+
*.snupkg
163201
# The packages folder can be ignored because of Package Restore
164-
**/packages/*
202+
**/[Pp]ackages/*
165203
# except build/, which is used as an MSBuild target.
166-
!**/packages/build/
204+
!**/[Pp]ackages/build/
167205
# Uncomment if necessary however generally it will be regenerated when needed
168-
#!**/packages/repositories.config
206+
#!**/[Pp]ackages/repositories.config
169207
# NuGet v3's project.json files produces more ignorable files
170208
*.nuget.props
171209
*.nuget.targets
@@ -183,12 +221,15 @@ AppPackages/
183221
BundleArtifacts/
184222
Package.StoreAssociation.xml
185223
_pkginfo.txt
224+
*.appx
225+
*.appxbundle
226+
*.appxupload
186227

187228
# Visual Studio cache files
188229
# files ending in .cache can be ignored
189230
*.[Cc]ache
190231
# but keep track of directories ending in .cache
191-
!*.[Cc]ache/
232+
!?*.[Cc]ache/
192233

193234
# Others
194235
ClientBin/
@@ -201,6 +242,10 @@ ClientBin/
201242
*.publishsettings
202243
orleans.codegen.cs
203244

245+
# Including strong name files can present a security risk
246+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
247+
#*.snk
248+
204249
# Since there are multiple workflows, uncomment next line to ignore bower_components
205250
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
206251
#bower_components/
@@ -215,6 +260,8 @@ _UpgradeReport_Files/
215260
Backup*/
216261
UpgradeLog*.XML
217262
UpgradeLog*.htm
263+
ServiceFabricBackup/
264+
*.rptproj.bak
218265

219266
# SQL Server files
220267
*.mdf
@@ -225,6 +272,10 @@ UpgradeLog*.htm
225272
*.rdl.data
226273
*.bim.layout
227274
*.bim_*.settings
275+
*.rptproj.rsuser
276+
*- [Bb]ackup.rdl
277+
*- [Bb]ackup ([0-9]).rdl
278+
*- [Bb]ackup ([0-9][0-9]).rdl
228279

229280
# Microsoft Fakes
230281
FakesAssemblies/
@@ -236,9 +287,6 @@ FakesAssemblies/
236287
.ntvs_analysis.dat
237288
node_modules/
238289

239-
# Typescript v1 declaration files
240-
typings/
241-
242290
# Visual Studio 6 build log
243291
*.plg
244292

@@ -263,12 +311,8 @@ paket-files/
263311
# FAKE - F# Make
264312
.fake/
265313

266-
# JetBrains Rider
267-
.idea/
268-
*.sln.iml
269-
270-
# CodeRush
271-
.cr/
314+
# CodeRush personal settings
315+
.cr/personal
272316

273317
# Python Tools for Visual Studio (PTVS)
274318
__pycache__/
@@ -278,6 +322,9 @@ __pycache__/
278322
# tools/**
279323
# !tools/packages.config
280324

325+
# Tabs Studio
326+
*.tss
327+
281328
# Telerik's JustMock configuration file
282329
*.jmconfig
283330

@@ -286,3 +333,124 @@ __pycache__/
286333
*.btm.cs
287334
*.odx.cs
288335
*.xsd.cs
336+
337+
# OpenCover UI analysis results
338+
OpenCover/
339+
340+
# Azure Stream Analytics local run output
341+
ASALocalRun/
342+
343+
# MSBuild Binary and Structured Log
344+
*.binlog
345+
346+
# NVidia Nsight GPU debugger configuration file
347+
*.nvuser
348+
349+
# MFractors (Xamarin productivity tool) working folder
350+
.mfractor/
351+
352+
# Local History for Visual Studio
353+
.localhistory/
354+
355+
# BeatPulse healthcheck temp database
356+
healthchecksdb
357+
358+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
359+
MigrationBackup/
360+
361+
# Ionide (cross platform F# VS Code tools) working folder
362+
.ionide/
363+
364+
# Fody - auto-generated XML schema
365+
FodyWeavers.xsd
366+
367+
##
368+
## Visual studio for Mac
369+
##
370+
371+
372+
# globs
373+
Makefile.in
374+
*.userprefs
375+
*.usertasks
376+
config.make
377+
config.status
378+
aclocal.m4
379+
install-sh
380+
autom4te.cache/
381+
*.tar.gz
382+
tarballs/
383+
test-results/
384+
385+
# Mac bundle stuff
386+
*.dmg
387+
*.app
388+
389+
# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
390+
# General
391+
.DS_Store
392+
.AppleDouble
393+
.LSOverride
394+
395+
# Icon must end with two \r
396+
Icon
397+
398+
399+
# Thumbnails
400+
._*
401+
402+
# Files that might appear in the root of a volume
403+
.DocumentRevisions-V100
404+
.fseventsd
405+
.Spotlight-V100
406+
.TemporaryItems
407+
.Trashes
408+
.VolumeIcon.icns
409+
.com.apple.timemachine.donotpresent
410+
411+
# Directories potentially created on remote AFP share
412+
.AppleDB
413+
.AppleDesktop
414+
Network Trash Folder
415+
Temporary Items
416+
.apdisk
417+
418+
# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
419+
# Windows thumbnail cache files
420+
Thumbs.db
421+
ehthumbs.db
422+
ehthumbs_vista.db
423+
424+
# Dump file
425+
*.stackdump
426+
427+
# Folder config file
428+
[Dd]esktop.ini
429+
430+
# Recycle Bin used on file shares
431+
$RECYCLE.BIN/
432+
433+
# Windows Installer files
434+
*.cab
435+
*.msi
436+
*.msix
437+
*.msm
438+
*.msp
439+
440+
# Windows shortcuts
441+
*.lnk
442+
443+
# JetBrains Rider
444+
.idea/
445+
*.sln.iml
446+
447+
##
448+
## Visual Studio Code
449+
##
450+
.vscode/*
451+
!.vscode/settings.json
452+
!.vscode/tasks.json
453+
!.vscode/launch.json
454+
!.vscode/extensions.json
455+
456+
/samples/ScryfallApi.WebSample/Properties/*

ScryfallApi.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScryfallApi.WebSample", "sa
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F938EC12-7230-41F9-A93F-44E9D4DCAF02}"
1313
ProjectSection(SolutionItems) = preProject
14+
.gitignore = .gitignore
1415
README.md = README.md
1516
EndProjectSection
1617
EndProject

0 commit comments

Comments
 (0)