Skip to content

Add .gitattributes with export-ignore rules#19

Closed
phpstan-bot wants to merge 1 commit into2.xfrom
add-gitattributes
Closed

Add .gitattributes with export-ignore rules#19
phpstan-bot wants to merge 1 commit into2.xfrom
add-gitattributes

Conversation

@phpstan-bot
Copy link
Copy Markdown

Summary

  • Add .gitattributes file to exclude non-essential files from distributed archives (git archive / Composer dist downloads)
  • Files excluded: .github/, tmp/, .gitignore, .gitattributes, CLAUDE.md
  • Essential files remain in the archive: composer.json, composer.lock, phpcs.xml, consistence.xml

🤖 Generated with Claude Code

Exclude files not needed in distributed archives: .github/,
tmp/, .gitignore, .gitattributes, and CLAUDE.md. The essential
files for consumers (composer.json, composer.lock, phpcs.xml,
consistence.xml) remain included.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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