forked from wallabag/wallabag
Ignore .php-cs-fixer.cache as cache file
This commit is contained in:
committed by
Kevin Decherf
parent
82ff002223
commit
c73c6052b6
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,7 +12,7 @@
|
||||
/bin/*
|
||||
!/bin/console
|
||||
.php-cs-fixer.php
|
||||
.php_cs.cache
|
||||
.php-cs-fixer.cache
|
||||
.phpunit.result.cache
|
||||
phpunit.xml
|
||||
|
||||
|
||||
@ -45,4 +45,5 @@ return PhpCsFixer\Config::create()
|
||||
])
|
||||
->in(__DIR__)
|
||||
)
|
||||
->setCacheFile('.php-cs-fixer.cache')
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user