-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitattributes as all those files are not required when fetching the package through composer.
- Loading branch information
Showing
2 changed files
with
19 additions
and
8 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,13 +1,22 @@ | ||
/.github export-ignore | ||
/examples export-ignore | ||
/tests export-ignore | ||
/website export-ignore | ||
/.dockerignore export-ignore | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php_cs export-ignore | ||
/.travis.yml export-ignore | ||
/CHANGELOG.md export-ignore | ||
/.nvmrc export-ignore | ||
/.php-cs-fixer.php export-ignore | ||
/.prettierignore export-ignore | ||
/composer.lock export-ignore | ||
/CONTRIBUTING.md export-ignore | ||
/examples export-ignore | ||
/dangerfile.js export-ignore | ||
/inflection.json export-ignore | ||
/Makefile export-ignore | ||
/package.json export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/psalm.xml export-ignore | ||
/README.md export-ignore | ||
/tests export-ignore | ||
/rulesets.xml export-ignore | ||
/UPGRADE.md export-ignore | ||
/website export-ignore | ||
/yarn.lock export-ignore |
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