mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
91320a4eba
- Add fallbackKdfIterations parameter to completeLoginWithVaultKeys - Save offline unlock record (email, profile, profileKey, kdfIterations) when completing vault-key-based login, ensuring offline unlock works after passkey (PRF) authentication - Pass through fallbackIterations from performPasskeyLogin caller - Add .reasonix/ to .gitignore
58 lines
692 B
Plaintext
58 lines
692 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Wrangler
|
|
.wrangler/
|
|
.dev.vars
|
|
wrangler.my.toml
|
|
RELEASE_NOTES.md
|
|
tests/selfcheck.ts
|
|
problem.md
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
.vite-tailwind.err
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Package lock (optional - remove if you want to commit it)
|
|
# package-lock.json
|
|
|
|
tmp/
|
|
.tmp/
|
|
.tmp-bitwarden-clients/
|
|
|
|
nodewarden.wiki/
|
|
wiki/
|
|
AGENTS.md
|
|
settings.json
|
|
.claude/
|
|
NodeWarden-compat/
|
|
.codex-upstream/
|
|
.codex-upstream/bitwarden-server/
|
|
.codex-upstream/bitwarden-clients/
|
|
.codex-upstream/bitwarden-web/
|
|
.codex-upstream/bitwarden-browser/
|
|
|
|
.reasonix/
|