Prefix all npmignored files with "/"

This in particular stops lib/acorn/src from being incorrectly matched by "src".
This commit is contained in:
Jo Liss
2015-03-27 21:02:24 +00:00
parent 463112517f
commit 2e599bef4f

View File

@@ -1,16 +1,15 @@
node_modules
*.log
*.cache
lib/babel/transformation/templates
test
benchmark
Makefile
.*
dist
tests.json
CHANGELOG.md
.package.json
coverage
vendor
packages
src
/lib/babel/transformation/templates
/test
/benchmark
/Makefile
/dist
/tests.json
/CHANGELOG.md
/.package.json
/coverage
/vendor
/packages
/src