mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-25 06:39:53 -04:00
fix(dprint): ignore monero-seed for dprint
This commit is contained in:
parent
c970dcdd4e
commit
fde686c555
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
".git/**",
|
||||
"**/node_modules/**",
|
||||
"**/dist/**",
|
||||
"seed/**"
|
||||
"monero-seed/**",
|
||||
"monero-sys/monero_c"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/markdown-0.18.0.wasm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue