Überflüssige Dateien entfernt
This commit is contained in:
parent
774c7be7a9
commit
e22296617c
28 changed files with 1 additions and 3466 deletions
13
.idea/.idea.BuecherwurmAPI.dir/.idea/.gitignore
vendored
13
.idea/.idea.BuecherwurmAPI.dir/.idea/.gitignore
vendored
|
@ -1,13 +0,0 @@
|
||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# Rider ignored files
|
|
||||||
/modules.xml
|
|
||||||
/contentModel.xml
|
|
||||||
/projectSettingsUpdater.xml
|
|
||||||
/.idea.BuecherwurmAPI.iml
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
||||||
# Editor-based HTTP Client requests
|
|
||||||
/httpRequests/
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="RIDER_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<content url="file://$MODULE_DIR$" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
|
||||||
</project>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ContentModelUserStore">
|
|
||||||
<attachedFolders />
|
|
||||||
<explicitIncludes />
|
|
||||||
<explicitExcludes />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="JavaScriptSettings">
|
|
||||||
<option name="languageLevel" value="ES6" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="RIDER_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<content url="file://$MODULE_DIR$/../.." />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"additionalProbingPaths": [
|
|
||||||
"/home/js/.dotnet/store/|arch|/|tfm|",
|
|
||||||
"/home/js/.nuget/packages"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "netcoreapp3.1",
|
|
||||||
"framework": {
|
|
||||||
"name": "Microsoft.AspNetCore.App",
|
|
||||||
"version": "3.1.0"
|
|
||||||
},
|
|
||||||
"configProperties": {
|
|
||||||
"System.GC.Server": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
||||||
"iisSettings": {
|
|
||||||
"windowsAuthentication": false,
|
|
||||||
"anonymousAuthentication": true,
|
|
||||||
"iisExpress": {
|
|
||||||
"applicationUrl": "http://localhost:5975",
|
|
||||||
"sslPort": 44376
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"profiles": {
|
|
||||||
"IIS Express": {
|
|
||||||
"commandName": "IISExpress",
|
|
||||||
"launchBrowser": true,
|
|
||||||
"launchUrl": "api",
|
|
||||||
"environmentVariables": {
|
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"BuecherwurmAPI": {
|
|
||||||
"commandName": "Project",
|
|
||||||
"launchBrowser": true,
|
|
||||||
"launchUrl": "api",
|
|
||||||
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
|
||||||
"environmentVariables": {
|
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft": "Warning",
|
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft": "Warning",
|
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AllowedHosts": "*"
|
|
||||||
}
|
|
|
@ -7,7 +7,7 @@
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/js/.nuget/packages/</NuGetPackageRoot>
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/js/.nuget/packages/</NuGetPackageRoot>
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/js/.nuget/packages/</NuGetPackageFolders>
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/js/.nuget/packages/</NuGetPackageFolders>
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion>
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.5.0</NuGetToolVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||||
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
ed9291efb2fcd04a6651c23e6d75ec73cb57b20c
|
|
|
@ -1 +0,0 @@
|
||||||
68abc5d6f4bc3db2a6f02336749f1abec3f13b94
|
|
|
@ -1,20 +0,0 @@
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.csprojAssemblyReference.cache
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.AssemblyInfoInputs.cache
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.AssemblyInfo.cs
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.csproj.CoreCompileInputs.cache
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/appsettings.Development.json
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/appsettings.json
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/Properties/launchSettings.json
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/BuecherwurmAPI
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/BuecherwurmAPI.deps.json
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/BuecherwurmAPI.runtimeconfig.json
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/BuecherwurmAPI.runtimeconfig.dev.json
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/BuecherwurmAPI.dll
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/bin/Debug/netcoreapp3.1/BuecherwurmAPI.pdb
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.RazorTargetAssemblyInfo.cache
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/staticwebassets/BuecherwurmAPI.StaticWebAssets.Manifest.cache
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/staticwebassets/BuecherwurmAPI.StaticWebAssets.xml
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.dll
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.pdb
|
|
||||||
/home/js/git/BuecherwurmAPI/BuecherwurmAPI/obj/Debug/netcoreapp3.1/BuecherwurmAPI.genruntimeconfig.cache
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
86c8e15dd33445635927cfaf398408205fd11473
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
<StaticWebAssets Version="1.0" />
|
|
Loading…
Reference in a new issue