Skip to content

Commit 61e09ea

Browse files
committed
fix: ignores files for final package
fixes #49
1 parent fda9029 commit 61e09ea

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.npmignore

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
.eslintrc
2-
.nyc_output
3-
rollup.config.js
4-
.prettierrc
52
.git
3+
.github
4+
.nyc_output
65
.prettierignore
6+
.prettierrc
77
**/.git/
88
**/node_modules/
9-
yarn.lock
10-
/dev
9+
/.husky
10+
/.vscode
11+
/coverage
12+
/demos
13+
/develop
1114
/docs
1215
/public
13-
/coverage
14-
/.vscode
15-
/tests
16+
/src/tests
1617
/temp
1718
/templates
18-
/demos
19-
/src
20-
.github
19+
/tests
20+
babel.config.json
21+
jest-setup.js
22+
jest.config.js
23+
rollup.config.js
24+
yarn.lock

0 commit comments

Comments
 (0)