We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bacd1d commit b49abcdCopy full SHA for b49abcd
.npmignore renamed to packages/components/.npmignore
@@ -3,35 +3,27 @@ src/
3
4
# Docs
5
docs/
6
-samples/
7
-CODE_OF_CONDUCT.md
8
-SECURITY.md
9
-CONTRIBUTING.md
10
11
# Tests
12
*.spec.*
13
coverage/
+test-results/
14
15
# Builds
16
build/
17
storybook-static/
18
19
# Config files
20
-.vscode
21
-.github
+.storybook
22
.eslintrc.js
23
.eslintignore
24
-.prettierrc
25
-.prettierignore
26
-.storybook
27
-babel.config.js
+api-extractor.json
+jest.config.js
28
tsconfig.json
29
-tsconfig.build.json
30
-webpack.config.js
+tsconfigbase.json
+tsconfig.storybook.json
31
rollup.config.js
32
-policheck
33
-azure-pipelines.yml
34
-api-extractor.json
+playwright.config.ts
35
36
# Cache
37
-temp
+temp
0 commit comments