Skip to content

Commit

Permalink
chore(npmignore): add .npmignore file in preparation for publishing t…
Browse files Browse the repository at this point in the history
…o npm registry
  • Loading branch information
Ed Clement authored and Splaktar committed Dec 30, 2021
1 parent 4cd11cd commit 0a19348
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
src/
tests/
coverage/
# Directories
.circleci/
.husky/
coverage/
src/
tests/

.babelrc
# Boilerplate Files
.editorconfig
.eslintignore
.eslintrc
.gitignore
.npmignore
metrics.ts
commitlint.config.js
jest.config.js
sonar-project.properties
tsconfig.json

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

0 comments on commit 0a19348

Please sign in to comment.