Skip to content

Commit bf0950d

Browse files
authored
Merge pull request #1 from 4423/vNext
release version 0.4
2 parents dd8db5e + 5fb2f70 commit bf0950d

40 files changed

+557
-66549
lines changed

.gitignore

Lines changed: 246 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,84 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
35

46
# User-specific files
7+
*.rsuser
58
*.suo
69
*.user
10+
*.userosscache
711
*.sln.docstates
812

9-
# Build results
13+
# User-specific files (MonoDevelop/Xamarin Studio)
14+
*.userprefs
15+
16+
# Mono auto generated files
17+
mono_crash.*
1018

19+
# Build results
1120
[Dd]ebug/
21+
[Dd]ebugPublic/
1222
[Rr]elease/
23+
[Rr]eleases/
1324
x64/
14-
build/
25+
x86/
26+
[Ww][Ii][Nn]32/
27+
[Aa][Rr][Mm]/
28+
[Aa][Rr][Mm]64/
29+
bld/
1530
[Bb]in/
1631
[Oo]bj/
32+
[Ll]og/
33+
[Ll]ogs/
1734

18-
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
19-
!packages/*/build/
35+
# Visual Studio 2015/2017 cache/options directory
36+
.vs/
37+
# Uncomment if you have tasks that create the project's static files in wwwroot
38+
#wwwroot/
39+
40+
# Visual Studio 2017 auto generated files
41+
Generated\ Files/
2042

2143
# MSTest test Results
2244
[Tt]est[Rr]esult*/
2345
[Bb]uild[Ll]og.*
2446

47+
# NUnit
48+
*.VisualState.xml
49+
TestResult.xml
50+
nunit-*.xml
51+
52+
# Build Results of an ATL Project
53+
[Dd]ebugPS/
54+
[Rr]eleasePS/
55+
dlldata.c
56+
57+
# Benchmark Results
58+
BenchmarkDotNet.Artifacts/
59+
60+
# .NET Core
61+
project.lock.json
62+
project.fragment.lock.json
63+
artifacts/
64+
65+
# ASP.NET Scaffolding
66+
ScaffoldingReadMe.txt
67+
68+
# StyleCop
69+
StyleCopReport.xml
70+
71+
# Files built by Visual Studio
2572
*_i.c
2673
*_p.c
74+
*_h.h
2775
*.ilk
2876
*.meta
2977
*.obj
78+
*.iobj
3079
*.pch
3180
*.pdb
81+
*.ipdb
3282
*.pgc
3383
*.pgd
3484
*.rsp
@@ -38,43 +88,79 @@ build/
3888
*.tlh
3989
*.tmp
4090
*.tmp_proj
91+
*_wpftmp.csproj
4192
*.log
4293
*.vspscc
4394
*.vssscc
4495
.builds
4596
*.pidb
46-
*.log
97+
*.svclog
4798
*.scc
4899

100+
# Chutzpah Test files
101+
_Chutzpah*
102+
49103
# Visual C++ cache files
50104
ipch/
51105
*.aps
52106
*.ncb
107+
*.opendb
53108
*.opensdf
54109
*.sdf
55110
*.cachefile
111+
*.VC.db
112+
*.VC.VC.opendb
56113

57114
# Visual Studio profiler
58115
*.psess
59116
*.vsp
60117
*.vspx
118+
*.sap
119+
120+
# Visual Studio Trace Files
121+
*.e2e
122+
123+
# TFS 2012 Local Workspace
124+
$tf/
61125

62126
# Guidance Automation Toolkit
63127
*.gpState
64128

65129
# ReSharper is a .NET coding add-in
66130
_ReSharper*/
67131
*.[Rr]e[Ss]harper
132+
*.DotSettings.user
68133

69134
# TeamCity is a build add-in
70135
_TeamCity*
71136

72137
# DotCover is a Code Coverage Tool
73138
*.dotCover
74139

140+
# AxoCover is a Code Coverage Tool
141+
.axoCover/*
142+
!.axoCover/settings.json
143+
144+
# Coverlet is a free, cross platform Code Coverage Tool
145+
coverage*.json
146+
coverage*.xml
147+
coverage*.info
148+
149+
# Visual Studio code coverage results
150+
*.coverage
151+
*.coveragexml
152+
75153
# NCrunch
76-
*.ncrunch*
154+
_NCrunch_*
77155
.*crunch*.local.xml
156+
nCrunchTemp_*
157+
158+
# MightyMoose
159+
*.mm.*
160+
AutoTest.Net/
161+
162+
# Web workbench (sass)
163+
.sass-cache/
78164

79165
# Installshield output folder
80166
[Ee]xpress/
@@ -93,64 +179,187 @@ DocProject/Help/html
93179
publish/
94180

95181
# Publish Web Output
96-
*.Publish.xml
182+
*.[Pp]ublish.xml
183+
*.azurePubxml
184+
# Note: Comment the next line if you want to checkin your web deploy settings,
185+
# but database connection strings (with potential passwords) will be unencrypted
186+
*.pubxml
187+
*.publishproj
188+
189+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
190+
# checkin your Azure Web App publish settings, but sensitive information contained
191+
# in these scripts will be unencrypted
192+
PublishScripts/
97193

98-
# NuGet Packages Directory
99-
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
100-
#packages/
194+
# NuGet Packages
195+
*.nupkg
196+
# NuGet Symbol Packages
197+
*.snupkg
198+
# The packages folder can be ignored because of Package Restore
199+
**/[Pp]ackages/*
200+
# except build/, which is used as an MSBuild target.
201+
!**/[Pp]ackages/build/
202+
# Uncomment if necessary however generally it will be regenerated when needed
203+
#!**/[Pp]ackages/repositories.config
204+
# NuGet v3's project.json files produces more ignorable files
205+
*.nuget.props
206+
*.nuget.targets
101207

102-
# Windows Azure Build Output
103-
csx
208+
# Microsoft Azure Build Output
209+
csx/
104210
*.build.csdef
105211

106-
# Windows Store app package directory
212+
# Microsoft Azure Emulator
213+
ecf/
214+
rcf/
215+
216+
# Windows Store app package directories and files
107217
AppPackages/
218+
BundleArtifacts/
219+
Package.StoreAssociation.xml
220+
_pkginfo.txt
221+
*.appx
222+
*.appxbundle
223+
*.appxupload
224+
225+
# Visual Studio cache files
226+
# files ending in .cache can be ignored
227+
*.[Cc]ache
228+
# but keep track of directories ending in .cache
229+
!?*.[Cc]ache/
108230

109231
# Others
110-
sql/
111-
*.Cache
112232
ClientBin/
113-
[Ss]tyle[Cc]op.*
114233
~$*
115234
*~
116235
*.dbmdl
117-
*.[Pp]ublish.xml
236+
*.dbproj.schemaview
237+
*.jfm
118238
*.pfx
119239
*.publishsettings
240+
orleans.codegen.cs
241+
242+
# Including strong name files can present a security risk
243+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
244+
#*.snk
245+
246+
# Since there are multiple workflows, uncomment next line to ignore bower_components
247+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
248+
#bower_components/
120249

121250
# RIA/Silverlight projects
122251
Generated_Code/
123252

124-
# Backup & report files from converting an old project file to a newer
125-
# Visual Studio version. Backup files are not needed, because we have git ;-)
253+
# Backup & report files from converting an old project file
254+
# to a newer Visual Studio version. Backup files are not needed,
255+
# because we have git ;-)
126256
_UpgradeReport_Files/
127257
Backup*/
128258
UpgradeLog*.XML
129259
UpgradeLog*.htm
260+
ServiceFabricBackup/
261+
*.rptproj.bak
130262

131263
# SQL Server files
132-
App_Data/*.mdf
133-
App_Data/*.ldf
264+
*.mdf
265+
*.ldf
266+
*.ndf
267+
268+
# Business Intelligence projects
269+
*.rdl.data
270+
*.bim.layout
271+
*.bim_*.settings
272+
*.rptproj.rsuser
273+
*- [Bb]ackup.rdl
274+
*- [Bb]ackup ([0-9]).rdl
275+
*- [Bb]ackup ([0-9][0-9]).rdl
276+
277+
# Microsoft Fakes
278+
FakesAssemblies/
279+
280+
# GhostDoc plugin setting file
281+
*.GhostDoc.xml
282+
283+
# Node.js Tools for Visual Studio
284+
.ntvs_analysis.dat
285+
node_modules/
286+
287+
# Visual Studio 6 build log
288+
*.plg
289+
290+
# Visual Studio 6 workspace options file
291+
*.opt
292+
293+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
294+
*.vbw
295+
296+
# Visual Studio LightSwitch build output
297+
**/*.HTMLClient/GeneratedArtifacts
298+
**/*.DesktopClient/GeneratedArtifacts
299+
**/*.DesktopClient/ModelManifest.xml
300+
**/*.Server/GeneratedArtifacts
301+
**/*.Server/ModelManifest.xml
302+
_Pvt_Extensions
303+
304+
# Paket dependency manager
305+
.paket/paket.exe
306+
paket-files/
307+
308+
# FAKE - F# Make
309+
.fake/
310+
311+
# CodeRush personal settings
312+
.cr/personal
313+
314+
# Python Tools for Visual Studio (PTVS)
315+
__pycache__/
316+
*.pyc
317+
318+
# Cake - Uncomment if you are using it
319+
# tools/**
320+
# !tools/packages.config
321+
322+
# Tabs Studio
323+
*.tss
324+
325+
# Telerik's JustMock configuration file
326+
*.jmconfig
327+
328+
# BizTalk build output
329+
*.btp.cs
330+
*.btm.cs
331+
*.odx.cs
332+
*.xsd.cs
333+
334+
# OpenCover UI analysis results
335+
OpenCover/
336+
337+
# Azure Stream Analytics local run output
338+
ASALocalRun/
339+
340+
# MSBuild Binary and Structured Log
341+
*.binlog
342+
343+
# NVidia Nsight GPU debugger configuration file
344+
*.nvuser
134345

346+
# MFractors (Xamarin productivity tool) working folder
347+
.mfractor/
135348

136-
#LightSwitch generated files
137-
GeneratedArtifacts/
138-
_Pvt_Extensions/
139-
ModelManifest.xml
349+
# Local History for Visual Studio
350+
.localhistory/
140351

141-
# =========================
142-
# Windows detritus
143-
# =========================
352+
# BeatPulse healthcheck temp database
353+
healthchecksdb
144354

145-
# Windows image file caches
146-
Thumbs.db
147-
ehthumbs.db
355+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
356+
MigrationBackup/
148357

149-
# Folder config file
150-
Desktop.ini
358+
# Ionide (cross platform F# VS Code tools) working folder
359+
.ionide/
151360

152-
# Recycle Bin used on file shares
153-
$RECYCLE.BIN/
361+
# Fody - auto-generated XML schema
362+
FodyWeavers.xsd
154363

155-
# Mac desktop service store files
156-
.DS_Store
364+
# my settings
365+
foobar4423/Properties/SecretResources.*

0 commit comments

Comments
 (0)