Anvil/.gitignore
André Jaenisch be727a6d9c
chore: update dependencies
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>
2024-07-30 12:55:35 +02:00

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