storybook/.gitignore
2022-07-21 17:16:02 +02:00

18 lines
182 B
Plaintext

node_modules
*.log
.idea
*.iml
*.sw*
dist
*.DS_Store
.cache
junit.xml
# Yarn stuff
/**/.yarn/*
!/**/.yarn/releases
!/**/.yarn/plugins
!/**/.yarn/sdks
!/**/.yarn/versions
/**/.pnp.*