Skip to content

Commit 1325369

Browse files
jessebeachbeefancohen
authored andcommitted
Prepend slash to top level dirs in npmignore
1 parent 71ce135 commit 1325369

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.npmignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.DS_Store
22
.flowconfig
33
.travis.yml
4-
coverage
5-
flow
6-
node_modules
4+
/coverage
5+
/flow
6+
/node_modules
77
npm-debug.log
8-
src
9-
reports
8+
/src
9+
/reports
1010
yarn-error.log

0 commit comments

Comments
 (0)