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/*