Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Ignore dist files also in dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 19, 2023
1 parent d3a7d5c commit 1536d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"singleQuote": true
},
"includes": ["**/*.{json,md,yml}"],
"excludes": ["dist"],
"plugins": [
"https://plugins.dprint.dev/json-0.17.1.wasm",
"https://plugins.dprint.dev/markdown-0.15.2.wasm",
Expand Down

0 comments on commit 1536d58

Please sign in to comment.