From 0a66bdcddf9182f0b8f033a6cf95a9dbfb6fa064 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 20 Nov 2024 18:47:57 +0100 Subject: [PATCH] fix(release): Ignore unnecessary files Signed-off-by: Christoph Wurst --- .nextcloudignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.nextcloudignore b/.nextcloudignore index e07c153285..17d6f8751c 100644 --- a/.nextcloudignore +++ b/.nextcloudignore @@ -19,6 +19,7 @@ codecov.yml /jest.config.js /krankerl.toml /l10n/no-php +/.php-cs-fixer.dist.php /.tx /Makefile /.nextcloudignore @@ -36,5 +37,8 @@ codecov.yml /vendor/bin /vendor-bin /vendor/cerdic/css-tidy/css_optimiser.php -/vendor/wamania/php-stemmer/test +/vendor/*/*/e2e +/vendor/*/*/test +/vendor/*/*/tests +/vendor/*/*/test_data /webpack.*