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
This commit is contained in:
Gregg 2020-11-15 16:05:11 -06:00
parent d57c658658
commit 531c575621
3 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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