-
Notifications
You must be signed in to change notification settings - Fork 15
/
.npmignore
61 lines (55 loc) · 791 Bytes
/
.npmignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# compiled output
/dist/
/build/
/tmp/
# package
/media/
/docs/
/extras/
/benchmarks/
# dependencies
/bower_components/
# misc
/.bowerrc
/.editorconfig
/.ember-cli
/.env*
/.eslintcache
/.eslintignore
/.eslintrc.js
/.git/
/.github/
/.gitignore
/.prettierignore
/.prettierrc.js
/.template-lintrc.js
/.travis.yml
/.watchmanconfig
/bower.json
/config/ember-try.js
/CONTRIBUTING.md
/ember-cli-build.js
/testem.js
/tests/
/yarn-error.log
/yarn.lock
.gitkeep
# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
/npm-shrinkwrap.json.ember-try
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try
# TS sources and compiled tests
/ts/
/js/tests/
/test-fixtures/
# custom
/commitlint.config.js
/.vscode/
/renovate.json
/CODE_OF_CONDUCT.md
/rfcs
/*.sh
/.gitbook.yaml