We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b61d3 commit 0515f4eCopy full SHA for 0515f4e
AGENT.md
@@ -44,4 +44,3 @@ Use descriptive titles following the `<type>(<scope>): <description>` format. Ex
44
- `feat(gui): New feature`
45
- `fix(swap): Issue fixed`
46
- `refactor(ci): Ci changes`
47
-
dprint.json
@@ -16,7 +16,8 @@
16
"excludes": [
17
"target/",
18
"src-tauri/Cargo.toml",
19
- "monero-sys/monero/"
+ "monero-sys/monero/",
20
+ ".git/**"
21
],
22
"plugins": [
23
"https://plugins.dprint.dev/markdown-0.13.1.wasm",
0 commit comments