Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitattributes to reduce dist size #310

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/.github export-ignore
/docs export-ignore
/.codeclimate.yml export-ignore
/.gitattributes export-ignore
/.gitbook.yaml export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore

# phpunit.xml.dist and tests are not excluded so tests can be run
# this is usefull if this package ends up one day in Debian
/.github export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/art export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/docs export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/tests export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/.gitattributes export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/.gitignore export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/.gitbook.yaml export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/.php_cs export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/.styleci.yml export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved
/.phpunit.xml.dist export-ignore
Gummibeer marked this conversation as resolved.
Show resolved Hide resolved