From 372a65efa185617c8c9f0c25eafe36ab937ed627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:59:18 +0200 Subject: [PATCH] chore: add playwright to .nextcloudignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do not ship test files to production Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- .nextcloudignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nextcloudignore b/.nextcloudignore index 9de1a2acf..1c7f0b4b0 100644 --- a/.nextcloudignore +++ b/.nextcloudignore @@ -29,3 +29,5 @@ /package-lock.json /node_modules/ /src/ +/playwright/ +/playwright.config.ts