Skip to content

Commit

Permalink
feat: ignore files under .yarn/
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Feb 13, 2021
1 parent 84fd6c5 commit e3487a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
!.*
.yarn/
build/
coverage/
dist/
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-config/prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.yarn/
build/
coverage/
dist/
Expand Down

0 comments on commit e3487a7

Please sign in to comment.