Anvil/.prettierignore
André Jaenisch 0783a080e8
feat: allow for linking between stories
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>
2024-03-03 15:24:24 +01:00

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