project clean up, root folder more logical
This commit is contained in:
parent
f062e5c92f
commit
547f6a4346
|
@ -1,62 +1,44 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
# compiled output
|
||||
/dist
|
||||
/dist-server
|
||||
/tmp
|
||||
/out-tsc
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage
|
||||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
# e2e
|
||||
/e2e/*.js
|
||||
/e2e/*.map
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
typings/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
/.vs
|
||||
/Mamoth/bin
|
||||
/Mamoth/obj
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
25
Mamoth.sln
25
Mamoth.sln
|
@ -1,25 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27428.2002
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Mamoth", "Mamoth\Mamoth.njsproj", "{3F3DF8F3-0772-43C1-84AE-BB5CDAE614A1}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{3F3DF8F3-0772-43C1-84AE-BB5CDAE614A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3F3DF8F3-0772-43C1-84AE-BB5CDAE614A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3F3DF8F3-0772-43C1-84AE-BB5CDAE614A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3F3DF8F3-0772-43C1-84AE-BB5CDAE614A1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {6F9185A5-C168-45D4-8206-0B341F5CD3A7}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -1,44 +0,0 @@
|
|||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
/dist-server
|
||||
/tmp
|
||||
/out-tsc
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage
|
||||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# e2e
|
||||
/e2e/*.js
|
||||
/e2e/*.map
|
||||
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
|
@ -1,164 +0,0 @@
|
|||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
<Name>Mamoth</Name>
|
||||
<RootNamespace>Mamoth</RootNamespace>
|
||||
<NodeExePath>.\node_modules\electron\dist\electron.exe</NodeExePath>
|
||||
<NodeExeArguments>--inspect-brk</NodeExeArguments>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>3f3df8f3-0772-43c1-84ae-bb5cdae614a1</ProjectGuid>
|
||||
<ProjectHome>.</ProjectHome>
|
||||
<StartupFile>main.js</StartupFile>
|
||||
<StartWebBrowser>False</StartWebBrowser>
|
||||
<SearchPath>
|
||||
</SearchPath>
|
||||
<WorkingDirectory>.</WorkingDirectory>
|
||||
<OutputPath>.</OutputPath>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
|
||||
<TypeScriptSourceMap>true</TypeScriptSourceMap>
|
||||
<TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
|
||||
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
||||
<EnableTypeScript>true</EnableTypeScript>
|
||||
<StartWebBrowser>False</StartWebBrowser>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include=".angular-cli.json" />
|
||||
<Content Include="e2e\tsconfig.e2e.json" />
|
||||
<Content Include="package-lock.json" />
|
||||
<Content Include="package.json" />
|
||||
<Content Include="README.md" />
|
||||
<Content Include="src\app\app.component.css" />
|
||||
<Content Include="src\app\app.component.html" />
|
||||
<Content Include="src\app\components\left-side-bar\left-side-bar.component.css" />
|
||||
<Content Include="src\app\components\left-side-bar\left-side-bar.component.html" />
|
||||
<Content Include="src\app\pages\register-new-account\register-new-account.component.css" />
|
||||
<Content Include="src\app\pages\register-new-account\register-new-account.component.html" />
|
||||
<Content Include="src\app\pages\streams-main-display\streams-main-display.component.css" />
|
||||
<Content Include="src\app\pages\streams-main-display\streams-main-display.component.html" />
|
||||
<Content Include="src\app\components\streams-selection-footer\streams-selection-footer.component.css" />
|
||||
<Content Include="src\app\components\streams-selection-footer\streams-selection-footer.component.html" />
|
||||
<Content Include="src\app\components\stream\stream.component.css" />
|
||||
<Content Include="src\app\components\stream\stream.component.html" />
|
||||
<Content Include="src\app\components\toot\toot.component.css" />
|
||||
<Content Include="src\app\components\toot\toot.component.html" />
|
||||
<Content Include="src\assets\.gitkeep" />
|
||||
<Content Include="src\favicon.ico" />
|
||||
<Content Include="src\index.html" />
|
||||
<Content Include="src\styles.css" />
|
||||
<Content Include="src\tsconfig.app.json" />
|
||||
<Content Include="src\tsconfig.spec.json" />
|
||||
<Content Include="tsconfig.json" />
|
||||
<Content Include="tslint.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="karma.conf.js" />
|
||||
<Compile Include="main.js" />
|
||||
<Compile Include="protractor.conf.js" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="e2e\" />
|
||||
<Folder Include="src\" />
|
||||
<Folder Include="src\app\" />
|
||||
<Folder Include="src\app\components\left-side-bar\" />
|
||||
<Folder Include="src\app\components\" />
|
||||
<Folder Include="src\app\pages\register-new-account\" />
|
||||
<Folder Include="src\app\pages\streams-main-display\" />
|
||||
<Folder Include="src\app\components\streams-selection-footer\" />
|
||||
<Folder Include="src\app\components\stream\" />
|
||||
<Folder Include="src\app\components\toot\" />
|
||||
<Folder Include="src\app\models\" />
|
||||
<Folder Include="src\app\pages\" />
|
||||
<Folder Include="src\app\services\" />
|
||||
<Folder Include="src\app\services\models\" />
|
||||
<Folder Include="src\assets\" />
|
||||
<Folder Include="src\environments\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<TypeScriptCompile Include="e2e\app.e2e-spec.ts" />
|
||||
<TypeScriptCompile Include="e2e\app.po.ts" />
|
||||
<TypeScriptCompile Include="src\app\app.component.spec.ts" />
|
||||
<TypeScriptCompile Include="src\app\app.component.ts" />
|
||||
<TypeScriptCompile Include="src\app\app.module.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\left-side-bar\left-side-bar.component.spec.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\left-side-bar\left-side-bar.component.ts" />
|
||||
<TypeScriptCompile Include="src\app\pages\register-new-account\register-new-account.component.spec.ts" />
|
||||
<TypeScriptCompile Include="src\app\pages\register-new-account\register-new-account.component.ts" />
|
||||
<TypeScriptCompile Include="src\app\pages\streams-main-display\streams-main-display.component.spec.ts" />
|
||||
<TypeScriptCompile Include="src\app\pages\streams-main-display\streams-main-display.component.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\streams-selection-footer\streams-selection-footer.component.spec.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\streams-selection-footer\streams-selection-footer.component.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\stream\stream.component.spec.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\stream\stream.component.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\toot\toot.component.spec.ts" />
|
||||
<TypeScriptCompile Include="src\app\components\toot\toot.component.ts" />
|
||||
<TypeScriptCompile Include="src\app\models\account.models.ts">
|
||||
<SubType>Code</SubType>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="src\app\models\stream.models.ts" />
|
||||
<TypeScriptCompile Include="src\app\services\accounts.service.ts" />
|
||||
<TypeScriptCompile Include="src\app\services\auth.service.ts" />
|
||||
<TypeScriptCompile Include="src\app\services\models\api.settings.ts" />
|
||||
<TypeScriptCompile Include="src\app\services\models\mastodon.interfaces.ts" />
|
||||
<TypeScriptCompile Include="src\app\services\streaming.service.ts" />
|
||||
<TypeScriptCompile Include="src\app\services\streams.service.ts" />
|
||||
<TypeScriptCompile Include="src\environments\environment.prod.ts" />
|
||||
<TypeScriptCompile Include="src\environments\environment.ts" />
|
||||
<TypeScriptCompile Include="src\main.ts" />
|
||||
<TypeScriptCompile Include="src\polyfills.ts" />
|
||||
<TypeScriptCompile Include="src\test.ts" />
|
||||
<TypeScriptCompile Include="src\typings.d.ts" />
|
||||
</ItemGroup>
|
||||
<!-- Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them. -->
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
|
||||
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
<WebProjectProperties>
|
||||
<UseIIS>False</UseIIS>
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>0</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>http://localhost:48022/</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<UseCustomServer>True</UseCustomServer>
|
||||
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
|
||||
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
||||
</WebProjectProperties>
|
||||
</FlavorProperties>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
|
||||
<WebProjectProperties>
|
||||
<StartPageUrl>
|
||||
</StartPageUrl>
|
||||
<StartAction>CurrentPage</StartAction>
|
||||
<AspNetDebugging>True</AspNetDebugging>
|
||||
<SilverlightDebugging>False</SilverlightDebugging>
|
||||
<NativeDebugging>False</NativeDebugging>
|
||||
<SQLDebugging>False</SQLDebugging>
|
||||
<ExternalProgram>
|
||||
</ExternalProgram>
|
||||
<StartExternalURL>
|
||||
</StartExternalURL>
|
||||
<StartCmdLineArguments>
|
||||
</StartCmdLineArguments>
|
||||
<StartWorkingDirectory>
|
||||
</StartWorkingDirectory>
|
||||
<EnableENC>False</EnableENC>
|
||||
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
|
||||
</WebProjectProperties>
|
||||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,3 +0,0 @@
|
|||
# PoC_ElectronAngularVS
|
||||
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in New Issue