- Enable UseAuthentication middleware.
- Fix variable typo from `postgreConnection` to `postgresConnection`. - Update `.gitignore` to exclude SQLite database files.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -85,4 +85,9 @@ API/app.db-shm
|
||||
|
||||
# Vite build output
|
||||
GUI/dist/
|
||||
wwwroot/
|
||||
wwwroot/
|
||||
|
||||
# SQLite Datenbank-Dateien
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
Reference in New Issue
Block a user