Skip to content

Commit 67b0b7c

Browse files
Alpha Release
Signed-off-by: SebastianKrupinski <[email protected]>
1 parent cb76e4f commit 67b0b7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.php_cs-fixer.dist.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
$config
1111
->getFinder()
1212
->ignoreVCSIgnored(true)
13+
->notPath('.github')
14+
->notPath('.vscode')
1315
->notPath('build')
16+
->notPath('documentation')
17+
->notPath('img')
1418
->notPath('l10n')
19+
->notPath('node_modules')
1520
->notPath('src')
1621
->notPath('vendor')
1722
->in(__DIR__);

0 commit comments

Comments
 (0)