ignore data dir

This commit is contained in:
Shish 2019-06-17 09:09:51 +01:00
parent 22f3532035
commit 1ca5366ee2

View File

@ -3,6 +3,7 @@
$finder = PhpCsFixer\Finder::create()
->exclude('ext/amazon_s3/lib')
->exclude('vendor')
->exclude('data')
->in(__DIR__)
;