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

Configure directories and files that should not be added to archives #34

Merged
merged 2 commits into from
Feb 14, 2024
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
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/tests export-ignore
/tools export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/build.xml export-ignore
/phive.xml export-ignore
/phpstorm.xml export-ignore
/phpunit.xml export-ignore
/plan.php export-ignore
/psalm.baseline export-ignore
/psalm.xml export-ignore
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

All notable changes to Templado are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [4.2.5] - 2024-MM-DD

### Changed

* Configured directories and files that should not be added to archives

## [4.2.4] - 2023-07-07

This release is the last scheduled feature release in the 4.x branch. New features will
be implemented in Templad 5.x only. Updates to 4.x are going to be made to ensure compatibility
be implemented in Templado 5.x only. Updates to 4.x are going to be made to ensure compatibility
with upcoming PHP versions as long as possible. For Bugfixes, please just open a ticket.

### Changed
Expand Down Expand Up @@ -295,6 +301,7 @@ which never workd reliably due to DOMDocumentFragment issues.

* Initial Release

[4.2.5]: https://github.com/templado/engine/compare/4.2.4...4.x
[4.2.4]: https://github.com/templado/engine/compare/4.2.3...4.2.4
[4.2.3]: https://github.com/templado/engine/compare/4.2.2...4.2.3
[4.2.2]: https://github.com/templado/engine/compare/4.2.1...4.2.2
Expand Down
Loading