From 0977f1db04fe036909dc5dc5fb4f63756f6e4759 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 10 Feb 2022 10:07:41 -0500 Subject: [PATCH] Don't export the 'php' directory. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 01c105f1..b088c87b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ .gitignore export-ignore .gitattributes export-ignore remind.php export-ignore -sync-to-dianne-git export-ignore \ No newline at end of file +sync-to-dianne-git export-ignore +php export-ignore