Ignore files in root directory only

This commit is contained in:
Julien Falque
2018-03-05 10:30:41 +01:00
parent 1e60d5863a
commit 7320b1f418
+2 -2
View File
@@ -4,7 +4,7 @@
".php_cs.dist": ".php_cs.dist"
},
"gitignore": [
".php_cs",
".php_cs.cache"
"/.php_cs",
"/.php_cs.cache"
]
}