mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-23 01:20:28 -05: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`
|
- `feat(gui): New feature`
|
||||||
- `fix(swap): Issue fixed`
|
- `fix(swap): Issue fixed`
|
||||||
- `refactor(ci): Ci changes`
|
- `refactor(ci): Ci changes`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@
|
||||||
"excludes": [
|
"excludes": [
|
||||||
"target/",
|
"target/",
|
||||||
"src-tauri/Cargo.toml",
|
"src-tauri/Cargo.toml",
|
||||||
"monero-sys/monero/"
|
"monero-sys/monero/",
|
||||||
|
".git/**"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://plugins.dprint.dev/markdown-0.13.1.wasm",
|
"https://plugins.dprint.dev/markdown-0.13.1.wasm",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue