Skip to content

Commit e721512

Browse files
fix: ignore Cargo.lock from being formatted
1 parent 49cada6 commit e721512

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
/.git
22
/.mypy_cache
33
/.vscode/rust-prettifier-for-lldb
4-
/CHANGELOG.md
4+
55
/profiling
66
/reports
77
/src # rust-fmt
88
/tests # rust-fmt
99
/target
10+
11+
/Cargo.lock
12+
/CHANGELOG.md
1013
/pnpm-lock.yaml

0 commit comments

Comments
 (0)