mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
* Extract windows biometrics v2 changes Co-authored-by: Bernd Schoolmann <mail@quexten.com> * Address some code review feedback * cargo fmt * rely on zeroizing allocator * Handle TDE edge cases * Update windows default * Make windows rust code async and fix restoring focus freezes * fix formatting * cleanup native logging * Add unit test coverage * Add missing logic to edge case for PIN disable. * Address code review feedback * fix test * code review changes * fix clippy warning * Swap to unimplemented on each method * Implement encrypted memory store * Make dpapi secure key container pub(super) * Add comments on sync and send * Clean up comments * Clean up * Fix build * Add logging and update codeowners * Run cargo fmt * Clean up doc * fix unit tests * Update apps/desktop/desktop_native/core/src/secure_memory/secure_key/mod.rs Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> * Handle tampering with re-key and log * Add docs * Fix windows build * Prevent rust flycheck log from being commited to git * Undo feature flag change * Add env var override and docs * Add deps to km owership --------- Co-authored-by: Thomas Avery <tavery@bitwarden.com> Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
60 lines
753 B
Plaintext
60 lines
753 B
Plaintext
# General
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
.claude
|
|
.serena
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
|
|
# Node
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# Build directories
|
|
dist
|
|
build
|
|
target
|
|
.angular/cache
|
|
.flatpak
|
|
.flatpak-repo
|
|
.flatpak-builder
|
|
|
|
# Testing
|
|
coverage
|
|
junit.xml
|
|
## The "base" root level folder is expected for some local tests that do
|
|
## comparisons between the current branch and a base branch (usually main)
|
|
base/
|
|
|
|
# Misc
|
|
*.crx
|
|
*.pem
|
|
*.zip
|
|
*.provisionprofile
|
|
|
|
# Storybook
|
|
documentation.json
|
|
.eslintcache
|
|
storybook-static
|
|
|
|
# Local app configuration
|
|
apps/**/config/local.json
|
|
|
|
# Nx
|
|
.nx
|