Skip to content

Commit

Permalink
Update .gitattributes file (#510)
Browse files Browse the repository at this point in the history
Update .gitattributes as all those files are not required when fetching the package through composer.
  • Loading branch information
ker0x authored Apr 8, 2023
1 parent 4588d58 commit 07bf018
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
23 changes: 16 additions & 7 deletions .gitattributes
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Update `.gitattributes` file to exclude unnecessary files when fetching package through Composer. [#510](https://github.com/markuspoerschke/iCal/pull/510)

## [2.11.0] - 2023-01-17

### Changed

- Declare CalendarFactory::getProperties protected i/o private to open it for extension [#386](https://github.com/markuspoerschke/iCal/pull/386)
- Declare `CalendarFactory::getProperties` protected i/o private to open it for extension [#386](https://github.com/markuspoerschke/iCal/pull/386)

## [2.10.0] - 2023-01-17

Expand Down

0 comments on commit 07bf018

Please sign in to comment.