Skip to content

Commit 4260917

Browse files
committed
Update npmignore file
This shrinks the "unpacked size" for a few Kb
1 parent 26c0822 commit 4260917

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.npmignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
/.bowerrc
1010
/.editorconfig
1111
/.ember-cli
12+
/.env*
13+
/.eslintcache
1214
/.eslintignore
1315
/.eslintrc.js
16+
/.git/
17+
/.github/
1418
/.gitignore
19+
/.prettierignore
20+
/.prettierrc
1521
/.template-lintrc.js
1622
/.travis.yml
1723
/.watchmanconfig
@@ -20,6 +26,7 @@
2026
/ember-cli-build.js
2127
/testem.js
2228
/tests/
29+
/yarn-error.log
2330
/yarn.lock
2431
.gitkeep
2532

@@ -29,6 +36,7 @@
2936
/package.json.ember-try
3037

3138
# custom
39+
/.codeclimate.yml
3240
/test
3341
/smoke-test-app
3442
/coverage
@@ -37,3 +45,4 @@
3745
appveyor.yml
3846
run-smoke-test.sh
3947
*.tgz
48+
/RELEASE.md

0 commit comments

Comments
 (0)