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 file #510

Merged
merged 2 commits into from
Apr 8, 2023
Merged
Show file tree
Hide file tree
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
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