Skip to content

Commit 3976dfe

Browse files
committedNov 3, 2018
first:
0 parents  commit 3976dfe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1620
-0
lines changed
 

‎.gitattributes

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# Set default behavior for command prompt diff.
8+
#
9+
# This is need for earlier builds of msysgit that does not have it on by
10+
# default for csharp files.
11+
# Note: This is only used by command line
12+
###############################################################################
13+
#*.cs diff=csharp
14+
15+
###############################################################################
16+
# Set the merge driver for project and solution files
17+
#
18+
# Merging from the command prompt will add diff markers to the files if there
19+
# are conflicts (Merging from VS is not affected by the settings below, in VS
20+
# the diff markers are never inserted). Diff markers may cause the following
21+
# file extensions to fail to load in VS. An alternative would be to treat
22+
# these files as binary and thus will always conflict and require user
23+
# intervention with every merge. To do so, just uncomment the entries below
24+
###############################################################################
25+
#*.sln merge=binary
26+
#*.csproj merge=binary
27+
#*.vbproj merge=binary
28+
#*.vcxproj merge=binary
29+
#*.vcproj merge=binary
30+
#*.dbproj merge=binary
31+
#*.fsproj merge=binary
32+
#*.lsproj merge=binary
33+
#*.wixproj merge=binary
34+
#*.modelproj merge=binary
35+
#*.sqlproj merge=binary
36+
#*.wwaproj merge=binary
37+
38+
###############################################################################
39+
# behavior for image files
40+
#
41+
# image files are treated as binary by default.
42+
###############################################################################
43+
#*.jpg binary
44+
#*.png binary
45+
#*.gif binary
46+
47+
###############################################################################
48+
# diff behavior for common document formats
49+
#
50+
# Convert binary document formats to text before diffing them. This feature
51+
# is only available from the command line. Turn it on by uncommenting the
52+
# entries below.
53+
###############################################################################
54+
#*.doc diff=astextplain
55+
#*.DOC diff=astextplain
56+
#*.docx diff=astextplain
57+
#*.DOCX diff=astextplain
58+
#*.dot diff=astextplain
59+
#*.DOT diff=astextplain
60+
#*.pdf diff=astextplain
61+
#*.PDF diff=astextplain
62+
#*.rtf diff=astextplain
63+
#*.RTF diff=astextplain

‎.gitignore

+265
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,265 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.userosscache
8+
*.sln.docstates
9+
10+
# User-specific files (MonoDevelop/Xamarin Studio)
11+
*.userprefs
12+
13+
# Build results
14+
[Dd]ebug/
15+
[Dd]ebugPublic/
16+
[Rr]elease/
17+
[Rr]eleases/
18+
x64/
19+
x86/
20+
bld/
21+
[Bb]in/
22+
[Oo]bj/
23+
[Ll]og/
24+
[Bb]uild/
25+
26+
# Visual Studio 2015 cache/options directory
27+
.vs/
28+
# Uncomment if you have tasks that create the project's static files in wwwroot
29+
#wwwroot/
30+
31+
# MSTest test Results
32+
[Tt]est[Rr]esult*/
33+
[Bb]uild[Ll]og.*
34+
35+
# NUNIT
36+
*.VisualState.xml
37+
TestResult.xml
38+
39+
# Build Results of an ATL Project
40+
[Dd]ebugPS/
41+
[Rr]eleasePS/
42+
dlldata.c
43+
44+
# DNX
45+
project.lock.json
46+
project.fragment.lock.json
47+
artifacts/
48+
49+
*_i.c
50+
*_p.c
51+
*_i.h
52+
*.ilk
53+
*.meta
54+
*.obj
55+
*.pch
56+
*.pdb
57+
*.pgc
58+
*.pgd
59+
*.rsp
60+
*.sbr
61+
*.tlb
62+
*.tli
63+
*.tlh
64+
*.tmp
65+
*.tmp_proj
66+
*.log
67+
*.vspscc
68+
*.vssscc
69+
.builds
70+
*.pidb
71+
*.svclog
72+
*.scc
73+
74+
# Chutzpah Test files
75+
_Chutzpah*
76+
77+
# Visual C++ cache files
78+
ipch/
79+
*.aps
80+
*.ncb
81+
*.opendb
82+
*.opensdf
83+
*.sdf
84+
*.cachefile
85+
*.VC.db
86+
*.VC.VC.opendb
87+
88+
# Visual Studio profiler
89+
*.psess
90+
*.vsp
91+
*.vspx
92+
*.sap
93+
94+
# TFS 2012 Local Workspace
95+
$tf/
96+
97+
# Guidance Automation Toolkit
98+
*.gpState
99+
100+
# ReSharper is a .NET coding add-in
101+
_ReSharper*/
102+
*.[Rr]e[Ss]harper
103+
*.DotSettings.user
104+
105+
# JustCode is a .NET coding add-in
106+
.JustCode
107+
108+
# TeamCity is a build add-in
109+
_TeamCity*
110+
111+
# DotCover is a Code Coverage Tool
112+
*.dotCover
113+
114+
# NCrunch
115+
_NCrunch_*
116+
.*crunch*.local.xml
117+
nCrunchTemp_*
118+
119+
# MightyMoose
120+
*.mm.*
121+
AutoTest.Net/
122+
123+
# Web workbench (sass)
124+
.sass-cache/
125+
126+
# Installshield output folder
127+
[Ee]xpress/
128+
129+
# DocProject is a documentation generator add-in
130+
DocProject/buildhelp/
131+
DocProject/Help/*.HxT
132+
DocProject/Help/*.HxC
133+
DocProject/Help/*.hhc
134+
DocProject/Help/*.hhk
135+
DocProject/Help/*.hhp
136+
DocProject/Help/Html2
137+
DocProject/Help/html
138+
139+
# Click-Once directory
140+
publish/
141+
142+
# Publish Web Output
143+
*.[Pp]ublish.xml
144+
*.azurePubxml
145+
# TODO: Comment the next line if you want to checkin your web deploy settings
146+
# but database connection strings (with potential passwords) will be unencrypted
147+
#*.pubxml
148+
*.publishproj
149+
150+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
151+
# checkin your Azure Web App publish settings, but sensitive information contained
152+
# in these scripts will be unencrypted
153+
PublishScripts/
154+
155+
# NuGet Packages
156+
*.nupkg
157+
# The packages folder can be ignored because of Package Restore
158+
**/packages/*
159+
# except build/, which is used as an MSBuild target.
160+
!**/packages/build/
161+
# Uncomment if necessary however generally it will be regenerated when needed
162+
#!**/packages/repositories.config
163+
# NuGet v3's project.json files produces more ignoreable files
164+
*.nuget.props
165+
*.nuget.targets
166+
167+
# Microsoft Azure Build Output
168+
csx/
169+
*.build.csdef
170+
171+
# Microsoft Azure Emulator
172+
ecf/
173+
rcf/
174+
175+
# Windows Store app package directories and files
176+
AppPackages/
177+
BundleArtifacts/
178+
Package.StoreAssociation.xml
179+
_pkginfo.txt
180+
181+
# Visual Studio cache files
182+
# files ending in .cache can be ignored
183+
*.[Cc]ache
184+
# but keep track of directories ending in .cache
185+
!*.[Cc]ache/
186+
187+
# Others
188+
ClientBin/
189+
~$*
190+
*~
191+
*.dbmdl
192+
*.dbproj.schemaview
193+
*.jfm
194+
*.pfx
195+
*.publishsettings
196+
node_modules/
197+
orleans.codegen.cs
198+
199+
# Since there are multiple workflows, uncomment next line to ignore bower_components
200+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
201+
#bower_components/
202+
203+
# RIA/Silverlight projects
204+
Generated_Code/
205+
206+
# Backup & report files from converting an old project file
207+
# to a newer Visual Studio version. Backup files are not needed,
208+
# because we have git ;-)
209+
_UpgradeReport_Files/
210+
Backup*/
211+
UpgradeLog*.XML
212+
UpgradeLog*.htm
213+
214+
# SQL Server files
215+
*.mdf
216+
*.ldf
217+
218+
# Business Intelligence projects
219+
*.rdl.data
220+
*.bim.layout
221+
*.bim_*.settings
222+
223+
# Microsoft Fakes
224+
FakesAssemblies/
225+
226+
# GhostDoc plugin setting file
227+
*.GhostDoc.xml
228+
229+
# Node.js Tools for Visual Studio
230+
.ntvs_analysis.dat
231+
232+
# Visual Studio 6 build log
233+
*.plg
234+
235+
# Visual Studio 6 workspace options file
236+
*.opt
237+
238+
# Visual Studio LightSwitch build output
239+
**/*.HTMLClient/GeneratedArtifacts
240+
**/*.DesktopClient/GeneratedArtifacts
241+
**/*.DesktopClient/ModelManifest.xml
242+
**/*.Server/GeneratedArtifacts
243+
**/*.Server/ModelManifest.xml
244+
_Pvt_Extensions
245+
246+
# Paket dependency manager
247+
.paket/paket.exe
248+
paket-files/
249+
250+
# FAKE - F# Make
251+
.fake/
252+
253+
# JetBrains Rider
254+
.idea/
255+
*.sln.iml
256+
257+
# CodeRush
258+
.cr/
259+
260+
# Python Tools for Visual Studio (PTVS)
261+
__pycache__/
262+
*.pyc
263+
264+
ecommerce/bin*
265+
ecommerce/obj*

0 commit comments

Comments
 (0)
Please sign in to comment.