Skip to content

Commit

Permalink
Merge pull request #79 from ChillBDD/release-4.0
Browse files Browse the repository at this point in the history
Release 4.0
  • Loading branch information
dennisdoomen authored Apr 15, 2019
2 parents e5278fb + 9e61524 commit 5cd1bdd
Show file tree
Hide file tree
Showing 146 changed files with 1,613 additions and 9,554 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
135 changes: 62 additions & 73 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,22 @@
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# Build results

[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
Source/**/build/
bld/
[Bb]in/
[Oo]bj/

# Roslyn cache directories
*.ide/
[Bb]in/

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

#NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
Expand All @@ -57,12 +39,9 @@ dlldata.c
*.vssscc
.builds
*.pidb
*.svclog
*.log
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
Expand All @@ -76,19 +55,12 @@ ipch/
*.vsp
*.vspx

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding addin-in
.JustCode

# TeamCity is a build add-in
_TeamCity*
Expand All @@ -97,15 +69,8 @@ _TeamCity*
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/
Expand All @@ -124,27 +89,14 @@ DocProject/Help/html
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages
# The packages folder can be ignored because of Package Restore
# except build/, which is used as an MSBuild target.
*.nupkg
*.Publish.xml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
packages/

!**packages/Microsoft.Bcl.Build*/tools/Microsoft.Bcl.Build.targets
packages
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config
!**/.nuget/*
Package/*
# Windows Azure Build Output
csx/
csx
*.build.csdef

# Windows Store app package directory
Expand All @@ -158,34 +110,71 @@ ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.[Pp]ublish.xml
*.pfx
*.publishsettings
node_modules/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
# 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

# SQL Server files
*.mdf
*.ldf
App_Data/*.mdf
App_Data/*.ldf


#LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

# =========================
# Windows detritus
# =========================

# Some stackdump file that sometimes appears
us.stackdump

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac desktop service store files
.DS_Store
Package/Lib
*.nupkg

# Temporary files created when merging
*.orig
*.LOCAL.*.xml
*.REMOTE.*.xml
*.BASE.*.xml
*.BACKUP.*.xml

# Symbolic links and other files created by ConfigureSolutions
Output/*
**/*/Raven/CompiledIndexCache/

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
#Visual Studio 2015 files
**/*.sln.ide/**
_NCrunch_LiquidProjections/
Artifacts/**

# Microsoft Fakes
FakesAssemblies/
# User-specific stuff:
.idea*

Source/Package/Lib/
Source/Package/*.nupkg
Source/packages/
# Visual Studio
**/.vs/**
.vs/**
File renamed without changes.
2 changes: 0 additions & 2 deletions Build.Packages.bat

This file was deleted.

Loading

0 comments on commit 5cd1bdd

Please sign in to comment.