From 30efafe12b53d22779606dab000f5c2eae80a43c Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 20 Nov 2024 18:42:35 +0100 Subject: [PATCH] fix(release): Ignore unnecessary files Signed-off-by: Christoph Wurst --- .nextcloudignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.nextcloudignore b/.nextcloudignore index 0420a7fdec..5ad5f62819 100644 --- a/.nextcloudignore +++ b/.nextcloudignore @@ -1,5 +1,6 @@ # SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: AGPL-3.0-or-later +__mocks__ .editorconfig .eslintrc.js .git @@ -28,12 +29,15 @@ package.json package-lock.json phpunit.unit.xml README.md +phpunit*.xml /psalm.xml +renovate.json screenshots src stylelint.config.js tests timezones /vendor/bin +/vendor/bamarni/composer-bin-plugin/e2e /vendor-bin webpack.*