Skip to content

Commit

Permalink
Do not publish unnecessary files to npm (#7365)
Browse files Browse the repository at this point in the history
Do not publish the following files to npm which dependents don't need:
 - .gitattributes
 - .prettierignore
 - .prettierrc
  • Loading branch information
bershanskiy committed Nov 18, 2020
1 parent 3bcefe9 commit ad2731b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.gitattributes
.github
.prettierignore
.prettierrc
.vscode
docs
test
Expand Down

0 comments on commit ad2731b

Please sign in to comment.