Skip to content

Commit 3755d1d

Browse files
committed
Update git artifacts
1 parent 77dfecf commit 3755d1d

File tree

2 files changed

+285
-34
lines changed

2 files changed

+285
-34
lines changed

Diff for: .gitattributes

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
* text=auto
2-
*.sh text eol=lf
2+
*.cs diff=csharp
3+
*.sh eol=lf
4+
*.sln eol=crlf

Diff for: .gitignore

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

0 commit comments

Comments
 (0)