Skip to content

Add .gitignore and .gitattributes for repo hygiene. #8

Merged
gustavofreze merged 1 commit intomainfrom
chore/repo-hygiene
Apr 21, 2026
Merged

Add .gitignore and .gitattributes for repo hygiene. #8
gustavofreze merged 1 commit intomainfrom
chore/repo-hygiene

Conversation

@gustavofreze
Copy link
Copy Markdown
Member

Prevent agent/IDE folders (.claude, .idea, .vscode) from being versioned and exclude dev-only files (tests, phpstan, phpcs, phpunit configs) from the Packagist tarball via export-ignore.

…ent/IDE folders (.claude, .idea, .vscode) from being versioned and exclude dev-only files (tests, phpstan, phpcs, phpunit configs) from the Packagist tarball via export-ignore.
Copilot AI review requested due to automatic review settings April 21, 2026 22:20
Copy link
Copy Markdown

Copilot AI left a comment

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 aims to improve package/repo hygiene for the tiny-blocks/logger library by tightening what gets included in Packagist exports and aligning package/docs messaging.

Changes:

  • Updates the package/library description copy in composer.json and the README Overview section.
  • Expands .gitattributes export-ignore entries to exclude additional dev-only config files from Packagist tarballs.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
composer.json Updates the Composer package description text.
README.md Rewrites the Overview blurb to better describe output format and redaction features.
.gitattributes Adds more export-ignore rules for local dev/test/tooling configs.

Comment thread composer.json
Comment thread README.md
Comment thread .gitattributes
@gustavofreze gustavofreze merged commit 2c35272 into main Apr 21, 2026
10 checks passed
@gustavofreze gustavofreze deleted the chore/repo-hygiene branch April 21, 2026 22:27
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