Skip to content

Commit

Permalink
Update gitignore and npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Feb 28, 2018
1 parent efdf1c7 commit d1bf8d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
*.js
*.d.ts
dist/
package-lock.json
*.lock
*.log.*
*.log
*.tgz
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node_modules/
src/
package-lock.json
.travis.yml
*.lock
*.log.*
*.log
*.tgz

0 comments on commit d1bf8d3

Please sign in to comment.