be727a6d9c
Turns out most Storybook Addons expect React and won't be installable in a Svelte(Kit) project. But I could figure out how to use the play functions. So I have an example for it. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
22 lines
434 B
Text
22 lines
434 B
Text
# SPDX-FileCopyrightText: 2023 Pere Lev
|
|
# SPDX-FileCopyrightText: 2024 André Jaenisch
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
coverage
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
/storybook-static
|
|
|
|
# See https://tauri.app/v1/guides/development/development-cycle#2-start-tauri-development-window
|
|
src-tauri/target
|
|
account.json
|
|
.nyc_output
|