From 60dbf606be18e06a6561d56c1ef651c4af03d5d8 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Tue, 19 Nov 2024 20:03:00 +0100 Subject: [PATCH] fix: clean up release Signed-off-by: Luka Trovic --- .nextcloudignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.nextcloudignore b/.nextcloudignore index 90b486c88..a3dd213ca 100644 --- a/.nextcloudignore +++ b/.nextcloudignore @@ -7,7 +7,7 @@ /.editorconfig /.eslintrc.js /.nextcloudignore -/webpack.*.js +/webpack.js /.codecov.yml /composer.json /composer.lock @@ -26,3 +26,10 @@ /package-lock.json /node_modules/ /src/ +/cypress/ +/cypress.config.js +/.devcontainer/ +/.php-cs-fixer.dist.php +/psalm.xml +/relativeci.config.js +/stylelint.config.js