Add initial implementation of PlunkEmailSender and update .gitignore.

- Removed `appsettings.Development.json` and excluded it from version control.
- Updated `API.csproj` to remove unnecessary folder reference.
This commit is contained in:
2026-01-25 13:17:14 +01:00
parent facc84157c
commit 44b39b4393
5 changed files with 15 additions and 13 deletions

5
.gitignore vendored
View File

@@ -90,4 +90,7 @@ wwwroot/
# SQLite Datenbank-Dateien
*.db
*.db-shm
*.db-wal
*.db-wal
# AppSettings Development files
appsettings.Development.json