From 2db29cf6b3c80648fd70dc36582de9cad50afff0 Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Thu, 10 Sep 2026 14:14:35 -0700 Subject: [PATCH] Add Some Files to .gitattributes --- .gitattributes | 14 +++++++++++++- ...hedocs..mkdocs.yaml => .readthedocs.mkdocs.yaml | 0 ...adthedocs.yaml => .readthedocs.readthedocs.yaml | 0 3 files changed, 13 insertions(+), 1 deletion(-) rename .readthedocs..mkdocs.yaml => .readthedocs.mkdocs.yaml (100%) rename .readthedocs..readthedocs.yaml => .readthedocs.readthedocs.yaml (100%) diff --git a/.gitattributes b/.gitattributes index b70296d12..efa58fb9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,16 +5,28 @@ /.gitignore export-ignore /.php-cs-fixer.dist.php export-ignore /.phpcs.xml.dist export-ignore +/.readthedocs.mkdocs.yaml export-ignore +/.readthedocs.readthedocs.yaml export-ignore +/.readthedocs.material.yaml export-ignore +/.readthedocs.materialx.yaml export-ignore +/.readthedocs.properdocs.yaml export-ignore /.readthedocs.yaml export-ignore -/.scrutinizer.yml export-ignore +/.readthedocs.zensical.yaml export-ignore /CHANGELOG.PHPExcel.md export-ignore /bin export-ignore /composer.lock export-ignore /docs export-ignore /infra export-ignore +/mkdocs.material.yml export-ignore +/mkdocs.materialx.yml export-ignore +/mkdocs.mkdocs.yml export-ignore +/mkdocs.readthedocs.yml export-ignore /mkdocs.yml export-ignore /phpstan-baseline.neon export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore +/properdocs.yml export-ignore /samples export-ignore /tests export-ignore +/zensical.classic.toml export-ignore +/zensical.toml export-ignore diff --git a/.readthedocs..mkdocs.yaml b/.readthedocs.mkdocs.yaml similarity index 100% rename from .readthedocs..mkdocs.yaml rename to .readthedocs.mkdocs.yaml diff --git a/.readthedocs..readthedocs.yaml b/.readthedocs.readthedocs.yaml similarity index 100% rename from .readthedocs..readthedocs.yaml rename to .readthedocs.readthedocs.yaml