mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
20 lines
212 B
Plaintext
20 lines
212 B
Plaintext
node_modules
|
|
*.log
|
|
.idea
|
|
*.iml
|
|
*.sw*
|
|
dist
|
|
*.DS_Store
|
|
.cache
|
|
junit.xml
|
|
/repros
|
|
|
|
# Yarn stuff
|
|
/**/.yarn/*
|
|
!/**/.yarn/releases
|
|
!/**/.yarn/plugins
|
|
!/**/.yarn/sdks
|
|
!/**/.yarn/versions
|
|
/**/.pnp.*
|
|
/yarn.lock
|
|
./examples/ |