ignore data dir
This commit is contained in:
parent
22f3532035
commit
1ca5366ee2
@ -3,6 +3,7 @@
|
||||
$finder = PhpCsFixer\Finder::create()
|
||||
->exclude('ext/amazon_s3/lib')
|
||||
->exclude('vendor')
|
||||
->exclude('data')
|
||||
->in(__DIR__)
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user