Skip to content

fix: update export-ignore rules in .gitattributes#228

Merged
Morgy93 merged 2 commits into
mainfrom
update-package
Jul 10, 2026
Merged

fix: update export-ignore rules in .gitattributes#228
Morgy93 merged 2 commits into
mainfrom
update-package

Conversation

@Morgy93

@Morgy93 Morgy93 commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates the .gitattributes file to exclude several test and configuration files from export operations, helping to keep package exports clean and focused on production code.

Export ignore rules:

  • Added export-ignore for the /tests/ directory, phpunit.xml.dist, infection.json5, .gitignore, and .gitattributes to prevent these files from being included in exported archives.

Copilot AI review requested due to automatic review settings July 10, 2026 13:03
@github-actions github-actions Bot added the Fix label Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the repository’s Git export configuration to keep release/package archives focused on production code by excluding development-only test and tooling files from git archive exports.

Changes:

  • Added export-ignore for the /tests/ directory.
  • Added export-ignore for PHPUnit and Infection config files (phpunit.xml.dist, infection.json5).
  • Added export-ignore for .gitignore and .gitattributes themselves.

Copilot AI review requested due to automatic review settings July 10, 2026 13:30
@github-actions github-actions Bot added the CI/CD label Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@Morgy93 Morgy93 merged commit 05d4d17 into main Jul 10, 2026
21 checks passed
@Morgy93 Morgy93 deleted the update-package branch July 10, 2026 13:39
@github-actions github-actions Bot mentioned this pull request Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants