Skip to content

Add .gitattributes #230

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

Merged
merged 2 commits into from
Aug 10, 2017
Merged

Add .gitattributes #230

merged 2 commits into from
Aug 10, 2017

Conversation

vinkla
Copy link
Contributor

@vinkla vinkla commented Aug 10, 2017

vinkla added 2 commits August 10, 2017 13:34
Exclude non-essential files in .gitattributes.
* text=auto

/doc export-ignore
/tests export-ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we ignoring the tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the tests directory in production.

/.styleci.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And why are we ignoring the README?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the README.md file in production.

@m1guelpf m1guelpf merged commit a566479 into GitLabPHP:master Aug 10, 2017
@vinkla vinkla deleted the patch-1 branch August 10, 2017 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants