Skip to content

Commit fb65897

Browse files
committed
Update .npmignore to ignore .github and test folders
This shrinks the "unpacked size" for a few Kb
1 parent 9c582c3 commit fb65897

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

Diff for: .npmignore

+24-6
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,46 @@
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.js
1521
/.template-lintrc.js
1622
/.travis.yml
1723
/.watchmanconfig
1824
/bower.json
1925
/config/ember-try.js
26+
/CONTRIBUTING.md
2027
/ember-cli-build.js
2128
/testem.js
2229
/tests/
30+
/yarn-error.log
2331
/yarn.lock
2432
.gitkeep
2533

34+
# ember-try
35+
/.node_modules.ember-try/
36+
/bower.json.ember-try
37+
/npm-shrinkwrap.json.ember-try
38+
/package.json.ember-try
39+
/package-lock.json.ember-try
40+
/yarn.lock.ember-try
41+
2642
# TS sources and compiled tests
2743
/ts/
2844
/js/tests/
2945
/test-fixtures/
3046

31-
32-
# ember-try
33-
/.node_modules.ember-try/
34-
/bower.json.ember-try
35-
/package.json.ember-try
36-
/config/addon-docs.js
47+
# custom
48+
/commitlint.config.js
49+
/.vscode/
50+
/renovate.json
51+
/CODE_OF_CONDUCT.md
52+
/rfcs
53+
/*.sh
54+
/.gitbook.yaml

0 commit comments

Comments
 (0)