-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from daniel-de-wit/patch-1
Update .gitattributes to reduce dist size
- Loading branch information
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
/art export-ignore | ||
/docs export-ignore | ||
/tests export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.gitbook.yaml export-ignore | ||
/.php_cs export-ignore | ||
/.styleci.yml export-ignore | ||
/.phpunit.xml.dist export-ignore |