Skip to content

Commit

Permalink
perf(npmignore): add .npmignore file to reduce load time
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Oct 25, 2020
1 parent ad82deb commit da92d61
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# IDE & editor
.idea
!.vscode
.editorconfig

# test
codecov.yaml
misc

# CI
.github

# example
example

0 comments on commit da92d61

Please sign in to comment.