mirror of
https://github.com/symfony/class-loader.git
synced 2026-03-25 17:52:11 +01:00
[PR #9] [CLOSED] Exclude development stuff from repository autogenerated ZIP archives #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/symfony/class-loader/pull/9
Author: @mlocati
Created: 5/20/2016
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
b59e07fExclude development stuff from repository autogenerated ZIP archives📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
➕
.gitattributes(+3 -0)📄 Description
People that install this library via composer don't need the test stuff, they just need the library itself.
This PR removes the development directories and files from the repository auto-generated ZIP archives.
Since these development files/directories will still be available via
git clone, Travis is happy, developers are happy, and so are end-users (they won't have unneeded stuff in production machines).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.