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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -90,4 +90,7 @@ wwwroot/
|
||||
# SQLite Datenbank-Dateien
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.db-wal
|
||||
|
||||
# AppSettings Development files
|
||||
appsettings.Development.json
|
||||
Reference in New Issue
Block a user