Skip to content

Commit d660bab

Browse files
authored
dprint exclude .git (#57935)
1 parent 64a0010 commit d660bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dprint.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"trailingCommas": "never"
4545
},
4646
"excludes": [
47+
"**/.git",
4748
"**/node_modules",
4849
"**/*-lock.json",
4950
"coverage/**",

0 commit comments

Comments
 (0)