mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 14:15:55 -04:00
fix(dprint): Ignore .git folder
This commit is contained in:
parent
96b61d33c6
commit
0515f4e6ec
2 changed files with 2 additions and 2 deletions
1
AGENT.md
1
AGENT.md
|
@ -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`
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue