From 8b8311a1530510d336cfd78368da3efc9f758d73 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:57:03 +0200 Subject: [PATCH] chore: add playwright to .nextcloudignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same thing as cypress, do not ship tests to production Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Côme Chilliet --- .nextcloudignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nextcloudignore b/.nextcloudignore index 1a224a62ec..7510f21a91 100644 --- a/.nextcloudignore +++ b/.nextcloudignore @@ -2,6 +2,8 @@ # SPDX-License-Identifier: AGPL-3.0-or-later /build/ /cypress/ +/playwright/ +/playwright.config.ts /.devcontainer/ /.git /.github