Skip to content

Commit c8dddbd

Browse files
Eirik BackerEirik Backer
Eirik Backer
authored and
Eirik Backer
committed
Correct .npmignore to include jsx but not docs, and no need to push all svgs as they are exposed as JS api
1 parent 02efd39 commit c8dddbd

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.npmignore

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
!jsx/
2-
1+
.DS_Store
2+
.npm
3+
.vscode
4+
.idea
5+
node_modules/
6+
npm-debug*
7+
yarn-error*
8+
*.code-workspace
9+
*.tar
10+
*.svg
11+
*.css
12+
*.md
13+
docs/

0 commit comments

Comments
 (0)