From cb981102b777fc2ab8ba12bf06d16e24da00b918 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 1 Jul 2021 13:45:51 +0200 Subject: [PATCH] Move the `Doxyfile` out of the project root --- .gitattributes | 3 +-- Doxyfile => config/Doxyfile | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename Doxyfile => config/Doxyfile (100%) diff --git a/.gitattributes b/.gitattributes index 7697bd33..b6b5061f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,7 @@ /.github/ export-ignore /.gitignore export-ignore /.phive/ export-ignore -/Doxyfile export-ignore /bin/ export-ignore /config/ export-ignore /phpunit.xml export-ignore -/tests export-ignore +/tests/ export-ignore diff --git a/Doxyfile b/config/Doxyfile similarity index 100% rename from Doxyfile rename to config/Doxyfile