File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
9
* .php diff =php
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 2.0.6] - 2024-03-01
6
+
7
+ * No code changes, only updated ` .gitattributes ` to not export non-essential files.
8
+
5
9
## [ 2.0.5] - 2021-12-02
6
10
7
11
### Changed
@@ -82,6 +86,7 @@ No changes
82
86
83
87
* [ Added support for wildcards (glob) in exclude] ( https://github.com/sebastianbergmann/php-file-iterator/pull/23 )
84
88
89
+ [ 2.0.6 ] : https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.5...2.0.6
85
90
[ 2.0.5 ] : https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.4...2.0.5
86
91
[ 2.0.4 ] : https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.3...2.0.4
87
92
[ 2.0.3 ] : https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.2...2.0.3
You can’t perform that action at this time.
0 commit comments