-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Gregory
committed
Jan 24, 2019
1 parent
d70e61f
commit 57a6d86
Showing
128 changed files
with
5,911 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
; Top-most EditorConfig file | ||
root = true | ||
|
||
; 4-column space indentation | ||
[*] | ||
indent_style = space | ||
indent_size = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
*.cs text=auto diff=csharp | ||
*.html text=auto | ||
*.htm text=auto | ||
*.css text=auto | ||
*.scss text=auto | ||
*.sass text=auto | ||
*.less text=auto | ||
*.js text=auto | ||
*.sql text=auto | ||
*.ttf -text diff | ||
*.eot -text diff | ||
*.woff -text diff | ||
*.woff2 -text diff | ||
*.csproj text=auto merge=union | ||
*.sln text=auto eol=crlf merge=union | ||
|
||
*.item -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
JointCommissionEnterprise-no-vanilla.sln | ||
[Oo]bj/ | ||
src/**/[Bb]in/ | ||
specs/**/[Bb]in/ | ||
.nuget/ | ||
Deploy/ | ||
_ReSharper.* | ||
packages/ | ||
artifacts/ | ||
*.user | ||
*.cache | ||
*.suo | ||
*.userprefs | ||
*DS_Store | ||
*.sln.ide | ||
lib/System/* | ||
!lib/System/readme.MD | ||
!lib/Sitecore.Common/* | ||
!lib/Sitecore.Support/* | ||
!lib/Sitecore.XA/* | ||
!lib/Sitecore.EXM/* | ||
!lib/Coveo/* | ||
!lib/S4S/* | ||
!vendor/* | ||
!vendor/sitecore_modules/** | ||
!vendor/sitecore_patches/** | ||
!scripts/Unicorn/MicroCHAP.dll | ||
!src/Foundation/Installer/code/App_Data/** | ||
.sonar | ||
vars.user.cmd | ||
/.vs | ||
/target | ||
/node_modules | ||
temp/ | ||
*.ncrunchproject | ||
*.ncrunchsolution | ||
.vscode | ||
nCrunchTemp*.* | ||
optimized-min.yml | ||
/src/feature/IdevProductImport/IdevProductImport | ||
$tf/ | ||
/reference/References.txt | ||
/src/feature/ContentImport/code/FixSummaries.aspx.designer.cs | ||
/src/feature/ContentImport/code/FixSummaries.aspx.cs | ||
/src/feature/ContentImport/code/FixSummaries.aspx | ||
/src/Project/Common/code/CreateCountries.aspx.designer.cs | ||
/src/Project/Common/code/CreateCountries.aspx.cs | ||
/src/Project/Common/code/CreateCountries.aspx | ||
/src/Foundation/DesignBot/code/.vs/Community.Foundation.DesignBot/v15/Server/sqlite3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.28307.102 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.Foundation.DesignBot", "src\Foundation\DesignBot\code\Community.Foundation.DesignBot.csproj", "{3DA98685-0E06-489F-87DC-A941021DB009}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReadMe", "ReadMe", "{88DB2195-6B03-45AB-B2DC-92A075D5C825}" | ||
ProjectSection(SolutionItems) = preProject | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{3DA98685-0E06-489F-87DC-A941021DB009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{3DA98685-0E06-489F-87DC-A941021DB009}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{3DA98685-0E06-489F-87DC-A941021DB009}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{3DA98685-0E06-489F-87DC-A941021DB009}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {E439BEAA-4949-4E71-A9DB-EEF030434729} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.