Skip to content

Add gitattributes - #3

Merged
rflavien merged 1 commit into
Tiime-Software:mainfrom
qdequippe:gitattributes
Jun 9, 2026
Merged

Add gitattributes#3
rflavien merged 1 commit into
Tiime-Software:mainfrom
qdequippe:gitattributes

Conversation

@qdequippe

Copy link
Copy Markdown
Contributor

This pull request updates the .gitattributes file to exclude several development and configuration files and directories from package exports. This helps ensure that only the necessary files are included when the project is packaged or distributed.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a .gitattributes file to control what gets included in git archive/Packagist distribution exports, ensuring development-only directories and GitHub metadata aren’t shipped in release archives.

Changes:

  • Added .gitattributes with export-ignore rules for /tests, /tools, and /.github.
  • Excluded repository-only Git config files (/.gitattributes, /.gitignore) from exports.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rflavien
rflavien merged commit 45cceb4 into Tiime-Software:main Jun 9, 2026
3 checks passed
@qdequippe
qdequippe deleted the gitattributes branch June 9, 2026 09:49
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.

3 participants