Conversation
.gitattributes
Outdated
There was a problem hiding this comment.
Can just ignore tests/. In core we want the fixtures to be available to users for development hence we ignore these 2 dirs separately.
There was a problem hiding this comment.
I don't think we need fixtures is dist installs either.
There was a problem hiding this comment.
Non dist installs which pull in cake repo history are pretty slow and often timeout. That was a major annoyance during plugin development and testing. Keeping the fixtures in core's dist install allows using the dist install for development too and speed up testing.
There was a problem hiding this comment.
Yes, I meant bake's fixtures shouldn't be included in dist installs of bake.
There was a problem hiding this comment.
Sorry, i misunderstood your comment. Reading it again i realize you were just agreeing with my comment :)
|
Updated to export-ignore entire the tests directory. |
We don't need any of this included during Composer installs, etc.