Skip to content

Commit 69deeb8

Browse files
Do not export non-essential files and prepare release
1 parent 42c5ba5 commit 69deeb8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.github export-ignore
4+
/.php_cs.dist export-ignore
5+
/.travis.yml export-ignore
6+
/phpunit.xml export-ignore
7+
/tests export-ignore
8+
19
*.php diff=php

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.6] - 2024-03-01
6+
7+
* No code changes, only updated `.gitattributes` to not export non-essential files.
8+
59
## [2.0.5] - 2021-12-02
610

711
### Changed
@@ -82,6 +86,7 @@ No changes
8286

8387
* [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-iterator/pull/23)
8488

89+
[2.0.6]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.5...2.0.6
8590
[2.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.4...2.0.5
8691
[2.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.3...2.0.4
8792
[2.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.2...2.0.3

0 commit comments

Comments
 (0)