diff --git a/src/ignore/templates/.npmignore b/src/ignore/templates/.npmignore index ca699d8..3284726 100644 --- a/src/ignore/templates/.npmignore +++ b/src/ignore/templates/.npmignore @@ -1,7 +1,9 @@ *.md !CHANGELOG.md !README.md +!/lib .bowerrc +.editorconfig .github .markdownlint.yaml .npmrc @@ -9,11 +11,15 @@ .vscode /docs /e2e +/spec /src +/test /tests +CODEOWNERS logs mocha.opts package-lock.json +sonar-project.properties tsconfig.json tslint.json typedoc.json