Files
markus/.gitignore
2026-01-15 11:11:42 -06:00

111 lines
1.7 KiB
Plaintext

##############################
# OS
##############################
.DS_Store
Thumbs.db
ehthumbs.db
Icon?
Desktop.ini
##############################
# IDEs / Editors
##############################
.vs/
.vscode/
.idea/
*.user
*.rsuser
*.suo
*.userosscache
*.sln.docstates
##############################
# Build Results
##############################
bin/
obj/
[Bb]uild/
[Ll]og/
##############################
# Test Results
##############################
TestResults/
*.trx
##############################
# .NET / MSBuild
##############################
*.nupkg
*.snupkg
.nuget/
.nuget/packages/
project.lock.json
project.fragment.lock.json
artifacts/
##############################
# Rider
##############################
.idea/
##############################
# Visual Studio Cache
##############################
*.VC.db
*.VC.VC.opendb
##############################
# XAML / UI Specific
##############################
GeneratedFiles/
*.g.cs
*.g.i.cs
*.designer.cs
*.xaml.cs.bak
##############################
# MAUI / Xamarin
##############################
**/Platforms/**/bin/
**/Platforms/**/obj/
*.apk
*.aab
*.ipa
*.keystore
##############################
# Debug / Profiling
##############################
*.pdb
*.mdb
*.dbg
*.cache
##############################
# Publish Output
##############################
publish/
PublishProfiles/
*.publish.xml
##############################
# Local Settings / Secrets
##############################
appsettings.Development.json
appsettings.Local.json
secrets.json
##############################
# Logs
##############################
*.log
logs/
##############################
# Resharper
##############################
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user