diff --git a/.gitmodules b/.gitmodules index 462b76b..be41bc0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/data/gitattributes"] - path = src/data/gitattributes + path = archive/src/data/gitattributes url = https://github.com/alexkaratarakis/gitattributes.git diff --git a/.deployment b/archive/.deployment similarity index 100% rename from .deployment rename to archive/.deployment diff --git a/.editorconfig b/archive/.editorconfig similarity index 100% rename from .editorconfig rename to archive/.editorconfig diff --git a/.gitattributes b/archive/.gitattributes similarity index 100% rename from .gitattributes rename to archive/.gitattributes diff --git a/.gitignore b/archive/.gitignore similarity index 100% rename from .gitignore rename to archive/.gitignore diff --git a/.vscode/launch.json b/archive/.vscode/launch.json similarity index 100% rename from .vscode/launch.json rename to archive/.vscode/launch.json diff --git a/.vscode/tasks.json b/archive/.vscode/tasks.json similarity index 100% rename from .vscode/tasks.json rename to archive/.vscode/tasks.json diff --git a/NuGet.Config b/archive/NuGet.Config similarity index 100% rename from NuGet.Config rename to archive/NuGet.Config diff --git a/deploy.cmd b/archive/deploy.cmd similarity index 100% rename from deploy.cmd rename to archive/deploy.cmd diff --git a/gitattributes.sln b/archive/gitattributes.sln similarity index 100% rename from gitattributes.sln rename to archive/gitattributes.sln diff --git a/gitattributes.sln.DotSettings b/archive/gitattributes.sln.DotSettings similarity index 100% rename from gitattributes.sln.DotSettings rename to archive/gitattributes.sln.DotSettings diff --git a/src/Controllers/ApiController.cs b/archive/src/Controllers/ApiController.cs similarity index 100% rename from src/Controllers/ApiController.cs rename to archive/src/Controllers/ApiController.cs diff --git a/src/Controllers/HomeController.cs b/archive/src/Controllers/HomeController.cs similarity index 100% rename from src/Controllers/HomeController.cs rename to archive/src/Controllers/HomeController.cs diff --git a/src/Program.cs b/archive/src/Program.cs similarity index 100% rename from src/Program.cs rename to archive/src/Program.cs diff --git a/src/Properties/AppSettings.cs b/archive/src/Properties/AppSettings.cs similarity index 100% rename from src/Properties/AppSettings.cs rename to archive/src/Properties/AppSettings.cs diff --git a/src/Properties/launchSettings.json b/archive/src/Properties/launchSettings.json similarity index 100% rename from src/Properties/launchSettings.json rename to archive/src/Properties/launchSettings.json diff --git a/src/Startup.cs b/archive/src/Startup.cs similarity index 100% rename from src/Startup.cs rename to archive/src/Startup.cs diff --git a/src/Utils/AppData.cs b/archive/src/Utils/AppData.cs similarity index 100% rename from src/Utils/AppData.cs rename to archive/src/Utils/AppData.cs diff --git a/src/Utils/FileTemplateInfo.cs b/archive/src/Utils/FileTemplateInfo.cs similarity index 100% rename from src/Utils/FileTemplateInfo.cs rename to archive/src/Utils/FileTemplateInfo.cs diff --git a/src/Utils/PathResolver.cs b/archive/src/Utils/PathResolver.cs similarity index 100% rename from src/Utils/PathResolver.cs rename to archive/src/Utils/PathResolver.cs diff --git a/src/Utils/StringOutputFormatter2.cs b/archive/src/Utils/StringOutputFormatter2.cs similarity index 100% rename from src/Utils/StringOutputFormatter2.cs rename to archive/src/Utils/StringOutputFormatter2.cs diff --git a/src/Views/Home/Index.cshtml b/archive/src/Views/Home/Index.cshtml similarity index 100% rename from src/Views/Home/Index.cshtml rename to archive/src/Views/Home/Index.cshtml diff --git a/src/Views/Shared/Error.cshtml b/archive/src/Views/Shared/Error.cshtml similarity index 100% rename from src/Views/Shared/Error.cshtml rename to archive/src/Views/Shared/Error.cshtml diff --git a/src/Views/Shared/_Layout.cshtml b/archive/src/Views/Shared/_Layout.cshtml similarity index 100% rename from src/Views/Shared/_Layout.cshtml rename to archive/src/Views/Shared/_Layout.cshtml diff --git a/src/Views/_ViewImports.cshtml b/archive/src/Views/_ViewImports.cshtml similarity index 100% rename from src/Views/_ViewImports.cshtml rename to archive/src/Views/_ViewImports.cshtml diff --git a/src/Views/_ViewStart.cshtml b/archive/src/Views/_ViewStart.cshtml similarity index 100% rename from src/Views/_ViewStart.cshtml rename to archive/src/Views/_ViewStart.cshtml diff --git a/src/appsettings.Production.json b/archive/src/appsettings.Production.json similarity index 100% rename from src/appsettings.Production.json rename to archive/src/appsettings.Production.json diff --git a/src/appsettings.json b/archive/src/appsettings.json similarity index 100% rename from src/appsettings.json rename to archive/src/appsettings.json diff --git a/archive/src/data/gitattributes b/archive/src/data/gitattributes new file mode 160000 index 0000000..9164ae2 --- /dev/null +++ b/archive/src/data/gitattributes @@ -0,0 +1 @@ +Subproject commit 9164ae2dd6fd180a6303b5161baf1a3d87e2e3cd diff --git a/src/gitattributes.csproj b/archive/src/gitattributes.csproj similarity index 100% rename from src/gitattributes.csproj rename to archive/src/gitattributes.csproj diff --git a/src/gulpfile.js b/archive/src/gulpfile.js similarity index 100% rename from src/gulpfile.js rename to archive/src/gulpfile.js diff --git a/src/package-lock.json b/archive/src/package-lock.json similarity index 100% rename from src/package-lock.json rename to archive/src/package-lock.json diff --git a/src/package.json b/archive/src/package.json similarity index 100% rename from src/package.json rename to archive/src/package.json diff --git a/src/web.config b/archive/src/web.config similarity index 100% rename from src/web.config rename to archive/src/web.config diff --git a/src/wwwroot/_references.js b/archive/src/wwwroot/_references.js similarity index 100% rename from src/wwwroot/_references.js rename to archive/src/wwwroot/_references.js diff --git a/src/wwwroot/css/site.css b/archive/src/wwwroot/css/site.css similarity index 100% rename from src/wwwroot/css/site.css rename to archive/src/wwwroot/css/site.css diff --git a/src/wwwroot/favicon.ico b/archive/src/wwwroot/favicon.ico similarity index 100% rename from src/wwwroot/favicon.ico rename to archive/src/wwwroot/favicon.ico diff --git a/src/wwwroot/js/site.js b/archive/src/wwwroot/js/site.js similarity index 100% rename from src/wwwroot/js/site.js rename to archive/src/wwwroot/js/site.js diff --git a/src/wwwroot/lib/bootswatch-dist/css/bootstrap.css b/archive/src/wwwroot/lib/bootswatch-dist/css/bootstrap.css similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/css/bootstrap.css rename to archive/src/wwwroot/lib/bootswatch-dist/css/bootstrap.css diff --git a/src/wwwroot/lib/bootswatch-dist/css/bootstrap.min.css b/archive/src/wwwroot/lib/bootswatch-dist/css/bootstrap.min.css similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/css/bootstrap.min.css rename to archive/src/wwwroot/lib/bootswatch-dist/css/bootstrap.min.css diff --git a/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.eot b/archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.eot rename to archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.eot diff --git a/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.svg b/archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.svg rename to archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.svg diff --git a/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.ttf b/archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.ttf rename to archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.ttf diff --git a/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff b/archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff rename to archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff diff --git a/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff2 b/archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff2 rename to archive/src/wwwroot/lib/bootswatch-dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/src/wwwroot/lib/bootswatch-dist/js/bootstrap.js b/archive/src/wwwroot/lib/bootswatch-dist/js/bootstrap.js similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/js/bootstrap.js rename to archive/src/wwwroot/lib/bootswatch-dist/js/bootstrap.js diff --git a/src/wwwroot/lib/bootswatch-dist/js/bootstrap.min.js b/archive/src/wwwroot/lib/bootswatch-dist/js/bootstrap.min.js similarity index 100% rename from src/wwwroot/lib/bootswatch-dist/js/bootstrap.min.js rename to archive/src/wwwroot/lib/bootswatch-dist/js/bootstrap.min.js diff --git a/src/wwwroot/lib/jquery/js/jquery.js b/archive/src/wwwroot/lib/jquery/js/jquery.js similarity index 100% rename from src/wwwroot/lib/jquery/js/jquery.js rename to archive/src/wwwroot/lib/jquery/js/jquery.js diff --git a/src/wwwroot/lib/microplugin/js/microplugin.js b/archive/src/wwwroot/lib/microplugin/js/microplugin.js similarity index 100% rename from src/wwwroot/lib/microplugin/js/microplugin.js rename to archive/src/wwwroot/lib/microplugin/js/microplugin.js diff --git a/src/wwwroot/lib/selectize/css/selectize.bootstrap2.css b/archive/src/wwwroot/lib/selectize/css/selectize.bootstrap2.css similarity index 100% rename from src/wwwroot/lib/selectize/css/selectize.bootstrap2.css rename to archive/src/wwwroot/lib/selectize/css/selectize.bootstrap2.css diff --git a/src/wwwroot/lib/selectize/css/selectize.bootstrap3.css b/archive/src/wwwroot/lib/selectize/css/selectize.bootstrap3.css similarity index 100% rename from src/wwwroot/lib/selectize/css/selectize.bootstrap3.css rename to archive/src/wwwroot/lib/selectize/css/selectize.bootstrap3.css diff --git a/src/wwwroot/lib/selectize/css/selectize.css b/archive/src/wwwroot/lib/selectize/css/selectize.css similarity index 100% rename from src/wwwroot/lib/selectize/css/selectize.css rename to archive/src/wwwroot/lib/selectize/css/selectize.css diff --git a/src/wwwroot/lib/selectize/css/selectize.default.css b/archive/src/wwwroot/lib/selectize/css/selectize.default.css similarity index 100% rename from src/wwwroot/lib/selectize/css/selectize.default.css rename to archive/src/wwwroot/lib/selectize/css/selectize.default.css diff --git a/src/wwwroot/lib/selectize/css/selectize.legacy.css b/archive/src/wwwroot/lib/selectize/css/selectize.legacy.css similarity index 100% rename from src/wwwroot/lib/selectize/css/selectize.legacy.css rename to archive/src/wwwroot/lib/selectize/css/selectize.legacy.css diff --git a/src/wwwroot/lib/selectize/js/selectize.js b/archive/src/wwwroot/lib/selectize/js/selectize.js similarity index 100% rename from src/wwwroot/lib/selectize/js/selectize.js rename to archive/src/wwwroot/lib/selectize/js/selectize.js diff --git a/src/wwwroot/lib/selectize/js/selectize.min.js b/archive/src/wwwroot/lib/selectize/js/selectize.min.js similarity index 100% rename from src/wwwroot/lib/selectize/js/selectize.min.js rename to archive/src/wwwroot/lib/selectize/js/selectize.min.js diff --git a/src/wwwroot/lib/sifter/js/sifter.js b/archive/src/wwwroot/lib/sifter/js/sifter.js similarity index 100% rename from src/wwwroot/lib/sifter/js/sifter.js rename to archive/src/wwwroot/lib/sifter/js/sifter.js diff --git a/src/wwwroot/robots.txt b/archive/src/wwwroot/robots.txt similarity index 100% rename from src/wwwroot/robots.txt rename to archive/src/wwwroot/robots.txt diff --git a/src/data/gitattributes b/src/data/gitattributes deleted file mode 160000 index 60c331a..0000000 --- a/src/data/gitattributes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 60c331a09d3fc8dc4e0796ba8421a48843a67dca diff --git a/web/.gitignore b/web/.gitignore new file mode 100644 index 0000000..decc798 --- /dev/null +++ b/web/.gitignore @@ -0,0 +1,39 @@ +# Build output +dist/ + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Dependency directories +node_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +### macOS ### +.DS_Store diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..bf53ce5 --- /dev/null +++ b/web/index.html @@ -0,0 +1,39 @@ + + + +
+ + +++ +Create .gitattributes file for your project.
+