Basic layout homescreen

This commit is contained in:
2026-03-18 22:38:48 +01:00
parent c5ca9cec30
commit 93c86f96ac
58 changed files with 395 additions and 97 deletions

124
.gitignore vendored Normal file
View File

@@ -0,0 +1,124 @@
# .NET
bin/
obj/
*.user
*.suo
*.tmp
*.log
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.tmp_proj
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.svclog
*.scc
# Visual Studio
.vs/
.vscode/
*.swp
*.swo
*~
# Blazor WebAssembly
wwwroot/_framework/
wwwroot/_content/
wwwroot/service-worker.js
wwwroot/service-worker.published.js
# ASP.NET Core
appsettings.Development.json
appsettings.Local.json
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
# Linux
*~
# Node.js (falls verwendet)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Rider
.idea/
# ReSharper
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# NuGet
*.nupkg
*.snupkg
packages/
# MSBuild
*.tlog
*.cache
# ClickOnce
*.application
*.manifest
# Publish
publish/
*.publishsettings
# Azure
*.pubxml
*.publishproj
# User secrets
secrets.json
# Entity Framework
*.mdf
*.ldf
# Local database
*.db
*.db-shm
*.db-wal
# IIS
*.sc
*.scd
# Test results
TestResults/
*.trx
*.testsettings
# Coverage
*.coverage
*.coveragexml
# Build
build/
dist/
# Temporary files
*.tmp
*.temp