From 7c515616391e385b86ae7fe245a8b4e39cfe57ec Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Fri, 13 Mar 2026 13:09:59 +0100 Subject: [PATCH] chore(build): update list of ignored files Signed-off-by: Benjamin Gaussorgues --- .nextcloudignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.nextcloudignore b/.nextcloudignore index 47253d2e8ddb3..69f530b774ac2 100644 --- a/.nextcloudignore +++ b/.nextcloudignore @@ -4,6 +4,7 @@ # Global exclude .editorconfig +.envrc .git .git-blame-ignore-revs .gitattributes @@ -11,12 +12,44 @@ .gitignore .gitmodules .idea +.jshint +.jshintrc .l10nignore +.mailmap .nextcloudignore .noopenapi +.npmignore +.php-cs-fixer* +.pre-commit-config.yaml +.tag .tx +CHANGELOG.md +CODE_OF_CONDUCT.md +COPYING-README +DESIGN.md +Makefile +README.md +SECURITY.md +codecov.yml +cs-fixer +csfixer +custom.d.ts cypress +cypress.config.ts +eslint.config.js +flake.lock +flake.nix +openapi-extractor +phpunit +psalm +psalm*.xml +rector +stylelint.config.js tests +tsconfig.json +vite.config.ts +vitest.config.ts +window.d.ts # Server specific /.devcontainer @@ -27,3 +60,5 @@ tests /config/config.php /contribute /data +/openapi.json +/vendor-bin