Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 0 additions & 4 deletions .markdownlint.yaml → .github/.markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ MD013:
MD024:
# Allow heading duplication if under different parent headings
siblings_only: true

# MD030:
# ul_single: 3
# ul_multi: 3
50 changes: 29 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,45 @@
# Rust / Cargo
target/
.cargo_check/
.history/
*.swp
TODO.md
data/html
rustc-ice*.txt
crate/server/Cargo.toml.bak
vendor/
# Security / Secrets
data/keys
.env
.venv/
# Runtime artifacts / Local Data
data/html
crate/cli/*.sqlite
**/*cosmian-kms/sqlite-data*
http_cache.sqlite
result*
sbom.*
resources/cli.zip
**/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/
.cache
.local
# HSM / Crypto Libraries
.openssl
resources/tarballs/openssl-3.1.2.tar.gz
.utimaco
.softhsm2
*.xz*
result*
crate/server/Cargo.toml.bak
# UI / Node
node_modules/
crate/server/ui*
ui_non_fips/
vendor/
http_cache.sqlite
sbom.*
resources/cli.zip
# OS / IDE / AI
.DS_Store
.idea/
*.swp
.history/
.aider/
.claude
.vscode/
.agent/
.agents/
# Other
TODO.md
.venv/
.local
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ repos:
- id: markdownlint-fix
args:
[
--config=.github/.markdownlint.yaml,
--disable=MD013,
--disable=MD033,
--disable=MD041,
Expand Down Expand Up @@ -239,12 +240,12 @@ repos:
- id: nightly-clippy-autofix-all-targets
- id: clippy-all-targets-all-features
- id: clippy-all-targets
- id: cargo-format # in last du to clippy fixes
- id: cargo-format # in last due to clippy fixes
- id: docker-compose-down

- repo: https://github.com/tcort/markdown-link-check
rev: v3.13.7
hooks:
- id: markdown-link-check
args: [-q, --config, .markdown-link-check.json]
args: [-q, --config, ./.markdown-link-check.json]
exclude: .github/copilot-instructions.md
7 changes: 0 additions & 7 deletions .vale.ini

This file was deleted.

5 changes: 0 additions & 5 deletions _typos.toml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need this one!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will address this, thanks

This file was deleted.

1 change: 0 additions & 1 deletion dotenv

This file was deleted.

Loading