From 531c57562127e2aa50c0d0e43037d51639efebe4 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sun, 15 Nov 2020 16:05:11 -0600 Subject: [PATCH] Moved .key and .pages files from /docs to /documents This keeps them apart from GitHib pages. Also updated .gitattributes so that the new /documents folder is not exported to the release package --- .gitattributes | 1 + {docs => documents}/HomeSpanUserGuide.pages | Bin {docs => documents}/SetupCodes.key | Bin 3 files changed, 1 insertion(+) rename {docs => documents}/HomeSpanUserGuide.pages (100%) rename {docs => documents}/SetupCodes.key (100%) diff --git a/.gitattributes b/.gitattributes index 3c38e9b..0b7dc97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ # Files to exclude from archives/releases docs export-ignore +documents export-ignore .gitattributes export-ignore .gitignore export-ignore README.md export-ignore diff --git a/docs/HomeSpanUserGuide.pages b/documents/HomeSpanUserGuide.pages similarity index 100% rename from docs/HomeSpanUserGuide.pages rename to documents/HomeSpanUserGuide.pages diff --git a/docs/SetupCodes.key b/documents/SetupCodes.key similarity index 100% rename from docs/SetupCodes.key rename to documents/SetupCodes.key