This repository has been archived on 2026-09-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mrcharles 1085787e7b feat: port legacy KNELSecretsManager (bw-* tooling, ADRs, tests) [#769]
Secret-scanned clean (placeholder values only). Bitwarden tooling is
the head start for the Vaultwarden-SoR bootstrap (#770). legacy-* trees
exempt from lint/pointer checks (historical verbatim code).

https://projects.knownelement.com/issues/769#note-4152
2026-09-04 07:01:58 -05:00

33 lines
384 B
Plaintext

# Bitwarden configuration files containing secrets
bitwarden-config.conf
bitwarden-config.conf.dev
*.conf
!*.conf.sample
# Test files
tests/test-bitwarden-config.conf
# Log files
*.log
/tmp/*.log
# Session files
.bw-session
# Generated documentation
COMMANDS.md
# Backup files
*.bak
*.backup
# OS specific files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/