kms/.gitignore
2025-04-11 12:02:52 +02:00

22 lines
311 B
Text

target/
.cargo_check/
.history/
*nix
*.swp
TODO.md
data/html
data/keys
.env
.venv/
**/data/private
**/data/public
**/data/shared
crate/cli/*.sqlite
.DS_Store
.idea/
rustc-ice*.txt
node_modules/
# this directory may contain sqlite data when the KMS is launched locally
**/cosmian-kms/sqlite-data*
run.sh
.aider/