Anvil/.gitignore
André Jaenisch e2160e1380
chore: prevent target folder from being added
The documentation makes this recommendation.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-03-09 10:27:56 +01:00

20 lines
408 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