From 31c003f95fe9dbc5890425fde2d7a0ad20b800ae Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 16 Apr 2026 20:53:44 +0200 Subject: [PATCH] backup --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8c55a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Build artifacts +**/bin/ +**/obj/ +**/TestResults/ +**/*.user +**/*.suo +**/*.userosscache +**/*.sln.docstates + +# Rider +.idea/ +*.sln.iml + +# Visual Studio +.vs/ + +# ASP.NET temporary files +**/wwwroot/**/*.log + +# NuGet +*.nupkg +**/packages/ + +# Local configuration files +appsettings*.json + +# Docker +docker-compose.override.yml + +# OS files +.DS_Store +Thumbs.db