From fe62ad5539bc94b242c30c2952bf4c115cc9abfd Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 29 Mar 2023 19:44:06 +0200 Subject: [PATCH] ignore pnpm store from now on --- .dockerignore | 3 ++- .gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 72305a78..1764b90e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -public/env.sample.js \ No newline at end of file +public/env.sample.js +.pnpm-store \ No newline at end of file diff --git a/.gitignore b/.gitignore index e323e3b3..230ef2a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules *.map public/env.js public/index.html -/dist \ No newline at end of file +/dist +.pnpm-store \ No newline at end of file