Skip to content

Commit c32d7b5

Browse files
committed
chore: exclude changelog.md from the prettier
1 parent 76a7f37 commit c32d7b5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
pnpm-lock.yaml
33
package-lock.json
4+
CHANGELOG.md
45
dist

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ To ignore some files from formatting, create a `.prettierignore` file and add th
4545
node_modules
4646
pnpm-lock.yaml
4747
package-lock.json
48+
CHANGELOG.md
4849
dist
4950
```
5051

0 commit comments

Comments
 (0)