-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Currently if phpunit is installed as a project dependency, composer downloads it with tests and some other not necessary files. And some of the phpunit names get IDE code helpers messy
The solution is to instruct git/composer to ignore some of the files and folders by adding to .gitattributes a list of files/folders
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.travis.yml export-ignore
...
Metadata
Metadata
Assignees
Labels
No labels
