Skip to content

Commit

Permalink
fix: add more ignorables to .npmignore template
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Nov 7, 2018
1 parent d15057c commit 9b89ab8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ignore/templates/.npmignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
*.md
!CHANGELOG.md
!README.md
!/lib
.bowerrc
.editorconfig
.github
.markdownlint.yaml
.npmrc
.travis.yml
.vscode
/docs
/e2e
/spec
/src
/test
/tests
CODEOWNERS
logs
mocha.opts
package-lock.json
sonar-project.properties
tsconfig.json
tslint.json
typedoc.json
Expand Down

0 comments on commit 9b89ab8

Please sign in to comment.