mirror of
https://github.com/storybookjs/storybook.git
synced 2025-02-05 14:13:14 +08:00
66 lines
908 B
Plaintext
66 lines
908 B
Plaintext
node_modules
|
|
*.log
|
|
.idea
|
|
*.iml
|
|
*.sw*
|
|
!.swcrc
|
|
dist
|
|
*.DS_Store
|
|
.cache
|
|
junit.xml
|
|
test-results
|
|
/repros
|
|
/sandbox
|
|
/bench
|
|
/code/bench
|
|
.verdaccio-cache
|
|
.next
|
|
/.npmrc
|
|
|
|
# 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
|
|
code/.nx/workspace-data
|
|
code/.vite-inspect
|
|
.nx/cache
|
|
.nx/workspace-data
|
|
!**/fixtures/**/yarn.lock
|
|
code/core/report
|
|
|
|
*storybook.log
|