From 7320b1f418f3b99a84809a914938ecbe90cad5cd Mon Sep 17 00:00:00 2001 From: Julien Falque Date: Mon, 5 Mar 2018 10:30:41 +0100 Subject: [PATCH] Ignore files in root directory only --- friendsofphp/php-cs-fixer/2.2/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ] }