forked from storybookjs/storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (49 loc) · 756 Bytes
/
.gitignore
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
node_modules
*.log
.idea
*.iml
*.sw*
!.swcrc
dist
*.DS_Store
.cache
junit.xml
test-results
/repros
/sandbox
/bench
.verdaccio-cache
.next
# Yarn stuff
/**/.yarn/*
!/**/.yarn/releases
!/**/.yarn/plugins
!/**/.yarn/sdks
!/**/.yarn/versions
!/**/.yarn/patches
/**/.pnp.*
!/node_modules
# test-storybooks
test-storybooks/ember-cli/ember-output
test-storybooks/angular-cli/addon-jest.testresults.json
npm-shrinkwrap.json
.tern-port
.parcel-cache
coverage/
*.lerna_backup
/**/LICENSE
code/docs/public
package-lock.json
storybook-static
.jest-test-results.json
*.jar
/false
/addons/docs/common/config-*
tsconfig.tsbuildinfo
code/test-results/
code/playwright-results/
code/playwright-report/
code/playwright/.cache/
code/bench-results/
/packs
code/.nx/cache