Skip to content

Commit

Permalink
fix: ignore .pnp.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Sep 3, 2024
1 parent af13f00 commit 966bfd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/coverage
/coverage
.pnp.cjs
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.serverless
.serverless-offline
.webpack
coverage
coverage
.pnp.cjs

0 comments on commit 966bfd2

Please sign in to comment.