No description
Find a file
2026-04-14 13:15:16 +02:00
appinfo feat: Bump minimum version 2026-04-14 13:14:17 +02:00
lib refactor: Modernize setup 2026-04-14 13:10:40 +02:00
tests/Wrapper filter opendir and accept glob patterns 2017-03-24 22:34:02 +01:00
.gitignore filter opendir and accept glob patterns 2017-03-24 22:34:02 +01:00
composer.json filter opendir and accept glob patterns 2017-03-24 22:34:02 +01:00
LICENSE Initial commit of the exclude files app 2016-10-05 21:54:20 +02:00
README.md allow configuring the exclude rules 2017-04-30 15:01:33 +02:00

Excludedirs

Exclude local directories and files from being included in Nextcloud

Usage

You can configure the directories and files to be included by setting the config entry from the command line.

occ config:app:set --value '[".snapshot","anotherfolder", "pattern/*/match"]' files_excludedirs exclude

Any file or folder matching one of the configured rules will not be included in Nextcloud if it exists on the filesystem and any user will be blocked from creating any file or folder matching any of the rules.