From 051220e2a1d81cbb7a4b1e1dafb98f886b7eb229 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 20:30:25 +0200 Subject: [PATCH] .gitignore aktualisiert --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 336d31e..5442220 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/*