Skip to content

Commit 21b1c7e

Browse files
Create Repo
1 parent b84c2d4 commit 21b1c7e

File tree

256 files changed

+24215
-65
lines changed

Some content is hidden

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

256 files changed

+24215
-65
lines changed

.gitattributes

Lines changed: 63 additions & 0 deletions
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

Lines changed: 19 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

66
# User-specific files
7-
*.rsuser
87
*.suo
98
*.user
109
*.userosscache
@@ -13,23 +12,17 @@
1312
# User-specific files (MonoDevelop/Xamarin Studio)
1413
*.userprefs
1514

16-
# Mono auto generated files
17-
mono_crash.*
18-
1915
# Build results
2016
[Dd]ebug/
2117
[Dd]ebugPublic/
2218
[Rr]elease/
2319
[Rr]eleases/
2420
x64/
2521
x86/
26-
[Aa][Rr][Mm]/
27-
[Aa][Rr][Mm]64/
2822
bld/
2923
[Bb]in/
3024
[Oo]bj/
3125
[Ll]og/
32-
[Ll]ogs/
3326

3427
# Visual Studio 2015/2017 cache/options directory
3528
.vs/
@@ -43,10 +36,9 @@ Generated\ Files/
4336
[Tt]est[Rr]esult*/
4437
[Bb]uild[Ll]og.*
4538

46-
# NUnit
39+
# NUNIT
4740
*.VisualState.xml
4841
TestResult.xml
49-
nunit-*.xml
5042

5143
# Build Results of an ATL Project
5244
[Dd]ebugPS/
@@ -60,14 +52,15 @@ BenchmarkDotNet.Artifacts/
6052
project.lock.json
6153
project.fragment.lock.json
6254
artifacts/
55+
**/Properties/launchSettings.json
6356

6457
# StyleCop
6558
StyleCopReport.xml
6659

6760
# Files built by Visual Studio
6861
*_i.c
6962
*_p.c
70-
*_h.h
63+
*_i.h
7164
*.ilk
7265
*.meta
7366
*.obj
@@ -84,7 +77,6 @@ StyleCopReport.xml
8477
*.tlh
8578
*.tmp
8679
*.tmp_proj
87-
*_wpftmp.csproj
8880
*.log
8981
*.vspscc
9082
*.vssscc
@@ -127,6 +119,9 @@ _ReSharper*/
127119
*.[Rr]e[Ss]harper
128120
*.DotSettings.user
129121

122+
# JustCode is a .NET coding add-in
123+
.JustCode
124+
130125
# TeamCity is a build add-in
131126
_TeamCity*
132127

@@ -184,8 +179,6 @@ PublishScripts/
184179

185180
# NuGet Packages
186181
*.nupkg
187-
# NuGet Symbol Packages
188-
*.snupkg
189182
# The packages folder can be ignored because of Package Restore
190183
**/[Pp]ackages/*
191184
# except build/, which is used as an MSBuild target.
@@ -210,14 +203,12 @@ BundleArtifacts/
210203
Package.StoreAssociation.xml
211204
_pkginfo.txt
212205
*.appx
213-
*.appxbundle
214-
*.appxupload
215206

216207
# Visual Studio cache files
217208
# files ending in .cache can be ignored
218209
*.[Cc]ache
219210
# but keep track of directories ending in .cache
220-
!?*.[Cc]ache/
211+
!*.[Cc]ache/
221212

222213
# Others
223214
ClientBin/
@@ -230,7 +221,7 @@ ClientBin/
230221
*.publishsettings
231222
orleans.codegen.cs
232223

233-
# Including strong name files can present a security risk
224+
# Including strong name files can present a security risk
234225
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
235226
#*.snk
236227

@@ -261,9 +252,6 @@ ServiceFabricBackup/
261252
*.bim.layout
262253
*.bim_*.settings
263254
*.rptproj.rsuser
264-
*- [Bb]ackup.rdl
265-
*- [Bb]ackup ([0-9]).rdl
266-
*- [Bb]ackup ([0-9][0-9]).rdl
267255

268256
# Microsoft Fakes
269257
FakesAssemblies/
@@ -299,8 +287,12 @@ paket-files/
299287
# FAKE - F# Make
300288
.fake/
301289

302-
# CodeRush personal settings
303-
.cr/personal
290+
# JetBrains Rider
291+
.idea/
292+
*.sln.iml
293+
294+
# CodeRush
295+
.cr/
304296

305297
# Python Tools for Visual Studio (PTVS)
306298
__pycache__/
@@ -325,7 +317,7 @@ __pycache__/
325317
# OpenCover UI analysis results
326318
OpenCover/
327319

328-
# Azure Stream Analytics local run output
320+
# Azure Stream Analytics local run output
329321
ASALocalRun/
330322

331323
# MSBuild Binary and Structured Log
@@ -334,17 +326,9 @@ ASALocalRun/
334326
# NVidia Nsight GPU debugger configuration file
335327
*.nvuser
336328

337-
# MFractors (Xamarin productivity tool) working folder
329+
# MFractors (Xamarin productivity tool) working folder
338330
.mfractor/
339331

340-
# Local History for Visual Studio
341-
.localhistory/
342-
343-
# BeatPulse healthcheck temp database
344-
healthchecksdb
345-
346-
# Backup folder for Package Reference Convert tool in Visual Studio 2017
347-
MigrationBackup/
348-
349-
# Ionide (cross platform F# VS Code tools) working folder
350-
.ionide/
332+
# log files
333+
Log/
334+
*.txt

0 commit comments

Comments
 (0)