Skip to content

chore: add .gitattributes export-ignore for non-runtime paths#31

Merged
kojiromike merged 1 commit into
mainfrom
gitattributes-export-ignore
May 11, 2026
Merged

chore: add .gitattributes export-ignore for non-runtime paths#31
kojiromike merged 1 commit into
mainfrom
gitattributes-export-ignore

Conversation

@kojiromike
Copy link
Copy Markdown
Contributor

Summary

  • Adds .gitattributes marking dev-only files (tests/, tools/, .github/, compose.yml, lint/test configs, CONTRIBUTING.md, CLAUDE.md, release-please configs) as export-ignore so composer dist tarballs ship only runtime files (src/, bin/, composer.json, LICENSE, README.md, CHANGELOG.md).

Closes #15

Test plan

  • git archive --format=tar HEAD | tar -t shows only runtime files

@kojiromike kojiromike merged commit d04fb62 into main May 11, 2026
10 checks passed
@kojiromike kojiromike deleted the gitattributes-export-ignore branch May 11, 2026 16:02
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.

Add .gitattributes export-ignore for non-runtime paths

1 participant