FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add .gitattributes to exclude dev files from Composer releases by Copilot · Pull Request #1 · Levdbas/types · GitHub

/ types Public
forked from mindkomm/types

Add .gitattributes to exclude dev files from Composer releases - #1

Draft
Levdbas with Copilot wants to merge 3 commits into
mainfrom
copilot/add-gitattributes-file
Draft

Levdbas with Copilot wants to merge 3 commits into
mainfrom
copilot/add-gitattributes-file

Conversation

Copilot AI commented Mar 27, 2026
edited
Loading

Copy link
Copy Markdown

Composer installs include CI config, release tooling, and other dev-only files that have no runtime value for package consumers.

Changes

  • .gitattributes — new file with export-ignore directives for:
    • .gitattributes, .gitignore — repo metadata
    • .github/ — CI/CD workflows
    • .release-please-manifest.json, release-please-config.json — release tooling

CHANGELOG.md, README.md, and LICENSE.md are intentionally kept in the export.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add .gitattributes file to ignore unnecessary files Add .gitattributes to exclude dev files from Composer releases Mar 27, 2026
Copilot AI requested a review from Levdbas March 27, 2026 08:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL