npmignore-example
v1.0.0
Published
.npmignore example
Readme
npmignore example
file structure
.npmignore
bar/index.js
baz/index.js
foo/index.js
/.npmignorethe root .npmignore removes only the baz directory.
the nested foo/.npmignore removes all content (from this point on).
