From 1548e2b24bf737c8a7800e992b7802f2b8bc2733 Mon Sep 17 00:00:00 2001 From: Damiano Improta Date: Mon, 22 Dec 2025 09:34:23 +0100 Subject: [PATCH 1/2] Add tests directory to export-ignore in .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0c380bf..20eb450 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ Dockerfile export-ignore commands export-ignore .github/ export-ignore +tests/ export-ignore docker-compose.yml export-ignore entrypoint.sh export-ignore .php-cs-fixer.dist.php export-ignore From f54200fb7d9846fa1657e6d348ec60c2f4eb6aed Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 Dec 2025 08:34:35 +0000 Subject: [PATCH 2/2] chore: update CHANGELOG for PR #30 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48dd3aa..cf2f5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,3 +10,5 @@ - [2025-12-15] DamImpr: create different docker with different php version [#28](https://github.com/DamImpr/cache-multi-layer/pull/28) - [2025-12-16] DamImpr: changelog wrote only on PR opened [#29](https://github.com/DamImpr/cache-multi-layer/pull/29) + +- [2025-12-22] DamImpr: Add tests directory to export-ignore in .gitattributes [#30](https://github.com/DamImpr/cache-multi-layer/pull/30)