Skip to content

Commit d6bbb0d

Browse files
Add a .npmignore file to specify which files needs to be bundled in the npm package
Signed-off-by: Alexandre Bonneau <[email protected]>
1 parent 914a40e commit d6bbb0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.npmignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.idea
2+
build
3+
cypress
4+
test
5+
.editorconfig
6+
cypress.json
7+
npm-debug.log*
8+
yarn-error.log*
9+
selenium-debug.log
10+
yarn.lock

0 commit comments

Comments
 (0)