Update gitignore.

This commit is contained in:
Bauke 2023-06-07 18:35:27 +02:00
parent e23b216126
commit c5fba811fb
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 11 deletions

16
.gitignore vendored
View File

@ -1,16 +1,10 @@
# Generated by Cargo .vscode/
coverage/
debug/ debug/
node_modules/
public/
target/ target/
# Code coverage results
coverage/
# Environment configuration
.env .env
compose.yaml
# NodeJS files
node_modules/
pnpm-lock.yaml pnpm-lock.yaml
# Default web build output directory
public/