diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-17 03:13:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 03:13:16 +0530 |
commit | 921e9f96b9bec5e2bf8633947792d6991956507f (patch) | |
tree | 6de848fc6edaf962b71277e704519cd90bcd0b8e /.gitignore | |
parent | fd6d0e52fc378eefd3de35bc9e7778897ccc396f (diff) |
Refactor TOTP implementation and expand SteamGuard hacks (#1460)
* UriTotpFinder: commonize query parameter handling
* gitignore: add more IDEA files
* TotpFinder: add `findIssuer`
* PasswordEntry: don't eagerly fetch TOTP related fields
* format-common: expand SteamGuard workaround
* CHANGELOG: add SteamGuard workaround
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ obj/ .idea/assetWizardSettings.xml .idea/gradle.xml .idea/jarRepositories.xml +.idea/runConfigurations.xml # OS-specific files .DS_Store |