From f5adac9f77ad118d2c5b99e6efd61be94cfbf2c5 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 20:40:29 +0200 Subject: [PATCH] .gitignore aktualisiert --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5442220..fe7a469 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,9 @@ pnpm-debug.log* lerna-debug.log* #/node_modules # Not included as the Gitea Actions need all dependencies without the need of npm install -#dist -#dist-ssr -#*.local +/dist +dist-ssr +*.local # Editor directories and files .vscode/*