Skip to content

Commit 0515f4e

Browse files
committed
fix(dprint): Ignore .git folder
1 parent 96b61d3 commit 0515f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ Use descriptive titles following the `<type>(<scope>): <description>` format. Ex
4444
- `feat(gui): New feature`
4545
- `fix(swap): Issue fixed`
4646
- `refactor(ci): Ci changes`
47-

dprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"excludes": [
1717
"target/",
1818
"src-tauri/Cargo.toml",
19-
"monero-sys/monero/"
19+
"monero-sys/monero/",
20+
".git/**"
2021
],
2122
"plugins": [
2223
"https://plugins.dprint.dev/markdown-0.13.1.wasm",

0 commit comments

Comments
 (0)