Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Ignoring test folder in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Aug 22, 2017
1 parent 7508343 commit a839894
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.git/
node_modules
npm-debug.log
test/
docs/
examples/
.nyc_output
Expand Down
1 change: 1 addition & 0 deletions packages/react-redux-subspace/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.git/
node_modules
npm-debug.log
test/
docs/
examples/
.nyc_output
Expand Down
1 change: 1 addition & 0 deletions packages/redux-subspace-saga/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.git/
node_modules
npm-debug.log
test/
docs/
examples/
.nyc_output
Expand Down
1 change: 1 addition & 0 deletions packages/redux-subspace-wormhole/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.git/
node_modules
npm-debug.log
test/
docs/
examples/
.nyc_output
Expand Down
1 change: 1 addition & 0 deletions packages/redux-subspace/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.git/
node_modules
npm-debug.log
test/
docs/
examples/
.nyc_output
Expand Down

0 comments on commit a839894

Please sign in to comment.