Skip to content

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

Merged
gustavofreze merged 1 commit intomainfrom
feat/update-mapper
Apr 21, 2026
Merged

Add .gitignore and .gitattributes for repo hygiene.#55
gustavofreze merged 1 commit intomainfrom
feat/update-mapper

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:31
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 repository hygiene by expanding ignore rules for local/dev artifacts and tightening what gets included in Composer/Packagist distribution archives, while also updating internal contributor/agent modeling guidelines and bumping a few dev dependencies.

Changes:

  • Bump require-dev versions for Laminas HTTP handler runner and Slim packages.
  • Replace/expand .gitignore entries for IDE/agent folders and common local build/test artifacts.
  • Rework .gitattributes export-ignore list to exclude dev-only files from Packagist dist; expand modeling guidelines under .claude/rules/.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
composer.json Updates dev dependency constraints for tooling/runtime used in development.
.gitignore Adds ignore rules for IDE/agent folders and common dev/test outputs.
.gitattributes Adjusts text handling and refines export-ignore rules for dist packaging.
.claude/rules/php-library-modeling.md Refines naming/exception guidance for the library’s contributor/agent rules.

Comment thread .gitattributes
@gustavofreze gustavofreze merged commit 9901287 into main Apr 21, 2026
10 checks passed
@gustavofreze gustavofreze deleted the feat/update-mapper branch April 21, 2026 22:35
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