Skip to content

Commit edd2d3c

Browse files
committed
only package lib directory
1 parent fe133c0 commit edd2d3c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.npmignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
src/
2-
gulpfile.js
1+
# ignore everything
2+
*
3+
4+
# include these:
5+
!/lib/**/*
6+
!LICENSE.md
7+
!README.md
8+
9+
# exclude hidden files from the includes:
10+
.*

0 commit comments

Comments
 (0)