Anvil/.prettierignore
André Jaenisch 769e3bcab3
feat: add new components to Storybook
I included stories for the new components introduced by the Projects
page.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-07-04 08:21:35 +02:00

20 lines
327 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
/storybook-static
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
stories/*.mdx