diff --git a/friendsofphp/php-cs-fixer/2.2/manifest.json b/friendsofphp/php-cs-fixer/2.2/manifest.json index 9513b09f..56096a3a 100644 --- a/friendsofphp/php-cs-fixer/2.2/manifest.json +++ b/friendsofphp/php-cs-fixer/2.2/manifest.json @@ -4,7 +4,7 @@ ".php_cs.dist": ".php_cs.dist" }, "gitignore": [ - ".php_cs", - ".php_cs.cache" + "/.php_cs", + "/.php_cs.cache" ] }