Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gitattributes file to not pull down tests on each install #201

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

eddturtle
Copy link

Not 100% sure if this is right yet, but ideally we don't need to pull down tests and example folders when doing a composer install.

(Like mentioned in https://medium.com/@pablorsk/be-a-git-ninja-the-gitattributes-file-e58c07c9e915#8306)

One bit I'm not sure on is that the test are autoloaded with psr4 (in composer.json) not sure how to test if this will throw an error. (Do they need to be autoloaded?).

But thought I'd create the PR anyway, if it's useful

@Garethp Garethp merged commit 45d924c into Garethp:master Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants