Start names of special directories without dot

This commit is contained in:
Meritoo
2018-05-28 17:58:17 +02:00
parent 233473d915
commit 3c83a8800e
15 changed files with 23 additions and 23 deletions

View File

@@ -15,8 +15,8 @@ coverage:
include:
- src/*
exclude:
- .data/*
- .docker/*
- .phing/*
- data/*
- docker/*
- phing/*
- tests/*
- vendor/*