mirror of
https://github.com/storybookjs/storybook.git
synced 2025-01-14 01:02:25 +08:00
cleanup
This commit is contained in:
parent
e019b8e1eb
commit
25a3aa35be
22
.gitignore
vendored
22
.gitignore
vendored
@ -27,3 +27,25 @@ test-results
|
||||
# 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
|
||||
.nvmrc
|
||||
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/
|
||||
|
43
code/.gitignore
vendored
43
code/.gitignore
vendored
@ -1,43 +0,0 @@
|
||||
node_modules
|
||||
*.log
|
||||
.idea
|
||||
*.iml
|
||||
*.sw*
|
||||
!.swcrc
|
||||
npm-shrinkwrap.json
|
||||
dist
|
||||
.tern-port
|
||||
*.DS_Store
|
||||
.cache
|
||||
.parcel-cache
|
||||
coverage/
|
||||
*.lerna_backup
|
||||
build
|
||||
/**/LICENSE
|
||||
docs/public
|
||||
package-lock.json
|
||||
.nvmrc
|
||||
storybook-static
|
||||
.jest-test-results.json
|
||||
lib/*.jar
|
||||
/false
|
||||
/addons/docs/common/config-*
|
||||
built-storybooks
|
||||
.verdaccio-cache
|
||||
tsconfig.tsbuildinfo
|
||||
junit.xml
|
||||
.next
|
||||
|
||||
/test-results/
|
||||
/playwright-results/
|
||||
/playwright-report/
|
||||
/playwright/.cache/
|
||||
|
||||
|
||||
# Yarn stuff
|
||||
/**/.yarn/*
|
||||
!/**/.yarn/releases
|
||||
!/**/.yarn/plugins
|
||||
!/**/.yarn/sdks
|
||||
!/**/.yarn/versions
|
||||
/**/.pnp.*
|
Loading…
x
Reference in New Issue
Block a user