gitignore gesetzt auf c#

This commit is contained in:
2026-03-30 12:05:07 +02:00
parent 8b5f71a137
commit 6ee8262f9f
2 changed files with 26 additions and 1 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Build output
bin/
obj/
# User-specific files
*.user
*.suo
*.userosscache
*.sln.docstates
.vs/
# NuGet
*.nupkg
*.snupkg
packages/
project.lock.json
project.fragment.lock.json
# Publish output
publish/
**/publish/
# OS
.DS_Store
Thumbs.db

View File

@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.0",
"version": "10.0.200",
"rollForward": "latestPatch"
}
}