Skip to content

Commit

Permalink
fix(npmignore): don't deploy yarn cache files or husky scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Nov 24, 2022
1 parent 0b23bcb commit fc738b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Build output
/.yarn
package-lock.json
yarn.lock
yarn-error.log
Expand Down
2 changes: 2 additions & 0 deletions npmignore.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/.prettierignore
/renovate.json
/.snyk
/.husky
/*.config.js
/*.config.cjs
/*.config.mjs
Expand All @@ -20,6 +21,7 @@ package-lock.json
yarn.lock
yarn-error.log
npm-debug.log*
/.yarn

# macOS
.DS_Store
Expand Down

0 comments on commit fc738b9

Please sign in to comment.