Skip to content

Commit

Permalink
chore: ignore CHANGELOG in linting
Browse files Browse the repository at this point in the history
CHANGELOG is generated by the release script, we don't want the linting
step to fail on releases.
  • Loading branch information
aduh95 committed May 16, 2023
1 parent c497885 commit a6364f7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Dependencies
/node_modules

# ChangeLog is being generated
CHANGELOG.md

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.vscode/

.eslintcache

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.pnp.*
.yarn/*

0 comments on commit a6364f7

Please sign in to comment.