mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 10:31:05 +00:00
Ignore .php-cs-fixer.cache as cache file
This commit is contained in:
parent
82ff002223
commit
c73c6052b6
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,7 +12,7 @@
|
||||||
/bin/*
|
/bin/*
|
||||||
!/bin/console
|
!/bin/console
|
||||||
.php-cs-fixer.php
|
.php-cs-fixer.php
|
||||||
.php_cs.cache
|
.php-cs-fixer.cache
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
phpunit.xml
|
phpunit.xml
|
||||||
|
|
||||||
|
|
|
@ -45,4 +45,5 @@ return PhpCsFixer\Config::create()
|
||||||
])
|
])
|
||||||
->in(__DIR__)
|
->in(__DIR__)
|
||||||
)
|
)
|
||||||
|
->setCacheFile('.php-cs-fixer.cache')
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue