Skip to content

Commit

Permalink
fix(npmignore): Avoid packaging unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Jul 12, 2021
1 parent 913a2de commit 662065e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**/*.test.js
**/test.js
test/

.yarn/
.yarnrc.yml

.github/

0 comments on commit 662065e

Please sign in to comment.