Skip to content

Commit

Permalink
chore: add an npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Nov 12, 2022
1 parent 11e9e81 commit a7a271b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
node_modules/
.cache/
.parcel-cache/

.idea/
*.iml

.DS_Store

# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

.prettierrc
.eslintrc.js
.eslintignore
test/
scripts/
.github/

0 comments on commit a7a271b

Please sign in to comment.