fix(dprint): Ignore .git folder

This commit is contained in:
Binarybaron 2025-05-26 21:05:28 +02:00
parent 96b61d33c6
commit 0515f4e6ec
2 changed files with 2 additions and 2 deletions

View file

@ -44,4 +44,3 @@ Use descriptive titles following the `<type>(<scope>): <description>` format. Ex
- `feat(gui): New feature`
- `fix(swap): Issue fixed`
- `refactor(ci): Ci changes`

View file

@ -16,7 +16,8 @@
"excludes": [
"target/",
"src-tauri/Cargo.toml",
"monero-sys/monero/"
"monero-sys/monero/",
".git/**"
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.13.1.wasm",