Skip to content

Commit

Permalink
fix(npmignore): fix error with ignoring files in template
Browse files Browse the repository at this point in the history
  • Loading branch information
noldor committed Apr 14, 2018
1 parent 52c9f8c commit b37c5b5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ bundle-analysis
/spec
/src
/resources
Makefile
.huskyrc.json
.editorconfig
.gitignore
.travis.yml
.codeclimate.yml
.codecov.yml
.codacy.yml
.nycrc
.babelrc
.esdoc.json
.eslintrc
tsconfig.json
tslint.json
mocha.opts
/Makefile
/.huskyrc.json
/.editorconfig
/.gitignore
/.travis.yml
/.codeclimate.yml
/.codecov.yml
/.codacy.yml
/.nycrc
/.babelrc
/.esdoc.json
/.eslintrc
/tsconfig.json
/tslint.json
/mocha.opts

# Any archive
*.tgz
Expand Down

0 comments on commit b37c5b5

Please sign in to comment.