Skip to content

Commit

Permalink
fix: add npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Apr 20, 2020
1 parent 5834f43 commit 35f50db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
node_modules/
*.log
*.tgz

src/
test/
docs/
gulpfile.js
tsconfig.json
tslint.json
.prettierrc
typings.json
typings
dist/test
.idea
index.ts
.travis.yml
.nojekyll
.npmignore
commitlint.config.js
jest.config.js
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35f50db

Please sign in to comment.