Skip to content

Commit

Permalink
Minimize number of published files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed Oct 9, 2020
1 parent 9abf132 commit 911aec9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ junit.xml
coverage/
yarn-error.log
.vscode
.vs
.vs
*.tgz
25 changes: 14 additions & 11 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
.DS_Store
test-report.xml
junit.xml
coverage/
yarn-error.log
**/*.spec.js
__tests__
.DS_Store
.eslintignore
.eslintrc.json
.github/
.vs
.vscode
__snapshots__
scripts/
__tests__
coverage/
docker-compose.yml
jest.config.js
.eslintrc.json
.eslintignore
.github/
junit.xml
node_modules/
scripts/
test-report.xml
types/test.ts
*.tgz
types/tsconfig.json
yarn-error.log

0 comments on commit 911aec9

Please sign in to comment.