Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
James Gregory committed Jan 24, 2019
1 parent d70e61f commit 57a6d86
Show file tree
Hide file tree
Showing 128 changed files with 5,911 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
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
17 changes: 17 additions & 0 deletions .gitattributes
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
49 changes: 49 additions & 0 deletions .gitignore
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
30 changes: 30 additions & 0 deletions Community.Foundation.DesignBot.sln
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
Loading

0 comments on commit 57a6d86

Please sign in to comment.