-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.npmignore
52 lines (49 loc) · 1009 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
# build scripts
/lib/generate-icon-components.mjs
# compiled output
/dist/
/tmp/
/storybook-static/
# We don't want to publish the declaration files for the tests folder, but we can't prevent it
# with only a single tsconfig file and Glint doesn't support multiple tsconfig files yet.
/declarations/tests/
# misc
/.editorconfig
/.ember-cli
/.env*
/.eslintcache
/.eslintignore
/.eslintrc.js
/.git/
/.github/
/.gitignore
/.prettierignore
/.prettierrc.js
/.stylelintignore
/.stylelintrc.js
/.template-lintrc.js
/.travis.yml
/.watchmanconfig
/CONTRIBUTING.md
/ember-cli-build.js
/jsconfig.json
/RELEASE.md
/testem.js
/tests/
/tsconfig.declarations.json
/tsconfig.json
/yarn-error.log
/yarn.lock
.gitkeep
/.storybook
/stories/
/build-storybook.log
# These types are local types that are only needed for development of the addon
/types/
/unpublished-development-types/
# ember-try
/.node_modules.ember-try/
/npm-shrinkwrap.json.ember-try
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try