matteosister / GitElephant

An abstraction layer for git written in PHP
GNU Lesser General Public License v3.0
613 stars 74 forks source link

Gitattributes: Ignore files when exporting package #177

Closed GenieTim closed 3 years ago

GenieTim commented 3 years ago

The one major change is the .gitattributes file I added.

If I am not mistaken, this is only a breaking change if someone for any reason would use some of our tests pulled via Composer for their project, which I would consider unrealistic.

GenieTim commented 3 years ago

The two failing actions (Code Style, Static Tests) would work with the changes from #176 — not sure if it is worth to include those changes here too?