0783a080e8
In order to link between stories in Storybook I need to add some attribute to elements, so that the events are prevented and navigation can be handled by Storybook. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
14 lines
178 B
Text
14 lines
178 B
Text
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
/storybook-static
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|