This commit is contained in:
Brad Wilson 2015-12-09 16:28:07 -08:00
Коммит a883041d40
3 изменённых файлов: 127 добавлений и 0 удалений

28
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,28 @@
*.ico binary
*.snk binary
*.xls binary
*.bat text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.manifest text
*.msbuild text
*.nuspec text
*.resx text merge=union
*.ruleset text
*.settings text
*.shfb text
*.targets text
*.tdnet text
*.txt text
*.vb text
*.vbproj text merge=union
*.vsixmanifest text
*.vstemplate text
*.xml text
*.xsl text
*.xslt text
*.xunit text
*.sln text eol=crlf merge=union

86
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,86 @@
## --------------------------------------------
## xUnit.net specific ignores
Test*.html
Test*.xml
*.zip
nuget.exe
*.nuget.props
*.nuget.targets
## --------------------------------------------
## Adapted from https://raw.githubusercontent.com/github/gitignore/a4ec7f03ca5ae0bf09fad42c0fb7d1e8346bcf25/VisualStudio.gitignore
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Bb]in/
[Oo]bj/
# Visual Studio 2015 cache/options directory
.vs/
# Visual Studio test runner
[Tt]est[Rr]esult*/
Index.dat
Storage.dat
# DNX
project.lock.json
artifacts/
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
# NuGet Packages
*.nupkg
**/packages/*
!**/packages/build/
# Windows Store app package directory
AppPackages/
# Visual Studio cache files
*.[Cc]ache
!*.[Cc]ache/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

13
license.txt Normal file
Просмотреть файл

@ -0,0 +1,13 @@
Copyright 2015 Outercurve Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.