2024-03-06 16:03:12 +01:00
|
|
|
# SPDX-FileCopyrightText: 2023 Pere Lev
|
|
|
|
# SPDX-FileCopyrightText: 2024 André Jaenisch
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2023-05-03 11:28:02 +02:00
|
|
|
.DS_Store
|
|
|
|
node_modules
|
|
|
|
/build
|
|
|
|
/.svelte-kit
|
|
|
|
/package
|
|
|
|
.env
|
|
|
|
.env.*
|
|
|
|
!.env.example
|
2024-03-03 15:08:02 +01:00
|
|
|
/storybook-static
|
2023-05-03 11:28:02 +02:00
|
|
|
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
|
|
pnpm-lock.yaml
|
|
|
|
package-lock.json
|
|
|
|
yarn.lock
|