From 2c5a13552af7a4ae1b38d1a4b50f41c021ae16f0 Mon Sep 17 00:00:00 2001 From: DjordyKoert Date: Sat, 2 Mar 2024 17:59:16 +0100 Subject: [PATCH 1/3] update .gitattributes for new directory structure --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8e1a1e644..7eb5a835e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ .* export-ignore *.md export-ignore -Tests export-ignore -Resources/doc export-ignore +tests export-ignore +docs export-ignore phpunit export-ignore phpunit.xml.dist export-ignore From 86b45a2694f68382cc3e53159aab38dbfb599a71 Mon Sep 17 00:00:00 2001 From: DjordyKoert Date: Sat, 2 Mar 2024 17:59:26 +0100 Subject: [PATCH 2/3] remove unused file --- output | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 output diff --git a/output b/output deleted file mode 100644 index e69de29bb..000000000 From b06955359d9ac1b07b14b6f507a2bf4f08f9a6fd Mon Sep 17 00:00:00 2001 From: DjordyKoert Date: Sat, 2 Mar 2024 17:59:59 +0100 Subject: [PATCH 3/3] update doc_dir --- .symfony.bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.symfony.bundle.yaml b/.symfony.bundle.yaml index 287918290..9bfa568ae 100644 --- a/.symfony.bundle.yaml +++ b/.symfony.bundle.yaml @@ -3,4 +3,4 @@ maintained_branches: ["3.x", "master"] current_branch: "master" dev_branch: "master" dev_branch_alias: "4.x" -doc_dir: "Resources/doc/" +doc_dir: "docs/"