[PR #9] [CLOSED] Exclude development stuff from repository autogenerated ZIP archives #9

Closed
opened 2026-01-24 11:43:26 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/symfony/class-loader/pull/9
Author: @mlocati
Created: 5/20/2016
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • b59e07f Exclude 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.

## 📋 Pull Request Information **Original PR:** https://github.com/symfony/class-loader/pull/9 **Author:** [@mlocati](https://github.com/mlocati) **Created:** 5/20/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b59e07f`](https://github.com/symfony/class-loader/commit/b59e07f827b5e40213cbdbd4a98010a951c8831a) Exclude development stuff from repository autogenerated ZIP archives ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+3 -0) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:43:26 +01:00
admin closed this issue 2026-01-24 11:43:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: symfony/class-loader#9