Skip to content

Commit 19401c0

Browse files
committed
chore(npmignore): Cleanup list of assets included in the released npm package
1 parent d8b387d commit 19401c0

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

.npmignore

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
.babelrc
2-
.eslintignore
3-
.eslintrc
4-
.gitignore
5-
.grunt
6-
.npmignore
7-
.npmrc
8-
.travis.yml
9-
Gruntfile.js
10-
bower.json
11-
coverage/
12-
dist/tests.js
13-
dist/tests.js.map
14-
docs/
15-
karma.conf.js
16-
node_modules/
17-
src/
18-
tasks/
19-
tests/
20-
webpack.config.js
21-
locale/
1+
# Exclude everything by default.
2+
*
3+
4+
# Only include in the released npm package the following globs.
5+
!package.json
6+
!LICENSE
7+
!README.md
8+
!bin/addons-linter
9+
!dist/addons-linter.*
10+
!dist/locale/**

0 commit comments

Comments
 (0)