Skip to content

Commit

Permalink
chore: streamline export by updating .gitattributes (#35)
Browse files Browse the repository at this point in the history
Update .gitattributes to exclude unnecessary files from distribution archives, reducing package size for end-users.

Changes include:
- Rearrange existing rules for better organization
- Add 'sweep.yaml' and 'updates.sh' to export-ignore list

This aims to optimize the deployment process and provide a more lightweight package for users by ignoring non-essential files during the export phase.
  • Loading branch information
MarjovanLier authored Mar 8, 2024
1 parent db1fb61 commit c1ff9ea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@

# Exclude meta files from archives
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phan export-ignore
/.qodana export-ignore
/.vscode export-ignore
/composer.lock export-ignore
/infection.json5 export-ignore
/phpunit.xml export-ignore
/phpmd.xml export-ignore
/phpstan.neon export-ignore
/psalm.xml export-ignore
/phpunit.xml export-ignore
/pint.json export-ignore
/psalm.xml export-ignore
/qodana.* export-ignore
/rector.php export-ignore
/phpmd.xml export-ignore
/qodana.* export-ignore
/sweep.yaml export-ignore
/updates.sh export-ignore

0 comments on commit c1ff9ea

Please sign in to comment.