Basic layout homescreen
This commit is contained in:
124
.gitignore
vendored
Normal file
124
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user