Skip to content

Commit

Permalink
chore(prettier-ignore): remove .changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 17, 2024
1 parent d54423b commit 561ecc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-socks-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"prettier-ignore": minor
---

chore(prettier-ignore): remove `.changeset`
2 changes: 1 addition & 1 deletion packages/prettier-ignore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npx prettier --ignore-path ./node_modules/prettier-ignore/prettierignore .

## Why

Prettier will not ignore some common files which should be ignored, like `pnpm-lock.yaml` file and `dist` folder, according to their [issues](https://github.com/prettier/prettier/issues/14517). This package provide some commonly should-be-ignored patterns for Prettier.
Prettier will not ignore some common files which should be ignored, like `pnpm-lock.yaml` file and `dist` folder, according to their [issues](https://github.com/prettier/prettier/issues/14517). This package provide some commonly patterns which should be ignored by Prettier.

## License

Expand Down
1 change: 0 additions & 1 deletion packages/prettier-ignore/prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ package-lock.json
yarn.lock

dist
.changeset

0 comments on commit 561ecc5

Please sign in to comment.