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 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/" diff --git a/output b/output deleted file mode 100644 index e69de29bb..000000000