Demo på Clean Code

This commit is contained in:
2026-03-08 11:55:18 +01:00
parent fe9a1e6400
commit f966c97d32
10 changed files with 227 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
############################
# Build results
############################
bin/
obj/
out/
############################
# Rider
############################
.idea/
*.sln.iml
############################
# User-specific files
############################
*.user
*.userosscache
*.suo
*.userprefs
############################
# Mono / macOS
############################
*.pidb
*.booproj
*.svd
.DS_Store
############################
# Logs
############################
*.log
.vscode/
############################
# NuGet
############################
packages/
*.nupkg
*.snupkg
############################
# Publish output
############################
publish/