Skip to content

Commit

Permalink
Update .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
terehov committed Jan 2, 2021
1 parent fdc2e29 commit 7349b58
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ coverage
# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

Expand Down Expand Up @@ -66,7 +60,6 @@ common/temp/
.idea

# don't check in build files
**/dist
/temp/

# Don't commit tsdoc meta
Expand All @@ -80,3 +73,12 @@ common/temp/

# Ignore Tests
/tests/

# Ignore Docs
/docs/

# Ignore Examples
/examples/

# Ignore Git hooks
/git-hooks/

0 comments on commit 7349b58

Please sign in to comment.