From bd5941185d17284588f5e1bc22bb63571589d305 Mon Sep 17 00:00:00 2001 From: SmartRootsSrl Date: Sat, 21 Mar 2026 11:53:32 +0100 Subject: [PATCH] chore: add .gitignore for ASP.NET Core + Visual Studio project --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0752b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Visual Studio +.vs/ +*.user +*.suo + +# Build output +bin/ +obj/ + +# Logs +Logs/ +*.log + +# Runtime / secrets +appsettings.Development.json + +# Docker +docker-compose.override.yml + +# Tools / IDE plugins +.claude/ +.superpowers/ +.svn/ + +# OS +Thumbs.db +.DS_Store