mirror of
https://github.com/nextcloud/contacts.git
synced 2025-07-20 16:54:44 +00:00
chore(php-cs-fixer): ignore node_modules
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
@ -16,5 +16,6 @@ $config
|
||||
->notPath('l10n')
|
||||
->notPath('src')
|
||||
->notPath('vendor')
|
||||
->notPath('node_modules')
|
||||
->in(__DIR__);
|
||||
return $config;
|
||||
|
Reference in New Issue
Block a user