Skip to content

Commit 1985a3c

Browse files
author
Andrey Helldar
committed
Added .idea and storage directories to exclusions
1 parent 6f43cf0 commit 1985a3c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config/rules.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
use PhpCsFixer\Finder;
77

88
$finder = Finder::create()
9-
->exclude(['.git', '.github', 'vendor', 'node_modules'])
9+
->exclude([
10+
'.git',
11+
'.github',
12+
'.idea',
13+
'node_modules',
14+
'storage',
15+
'vendor',
16+
])
1017
->in('.');
1118

1219
return (new Config())

0 commit comments

Comments
 (0)