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.
13 lines
138 B
Plaintext
13 lines
138 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
/app/build
|
|
/.jks
|
|
/app/release |