Updated Login and Git configuration

The `LoginViewModel` now trims whitespace from usernames during the login request and account creation process.

The `.gitignore` file has been updated to exclude `.jks` files and the `/app/release` directory.
This commit is contained in:
2026-02-27 19:23:04 +01:00
parent ca1ad57f7e
commit e99e951232
2 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@@ -8,4 +8,6 @@
.externalNativeBuild
.cxx
local.properties
/app/build
/app/build
/.jks
/app/release