Configure asfcopy plugin
diff --git a/pelicanconf.py b/pelicanconf.py
index b5add30..2fbbd1c 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -76,7 +76,7 @@
 ARTICLE_PATHS = ['articles']
 
 # ignore README.md files in the content tree
-IGNORE_FILES = ['README.md', 'include']
+IGNORE_FILES = ['README.md', 'include', 'docs']
 
 # No translations
 PAGE_TRANSLATION_ID = None
@@ -143,6 +143,12 @@
     'debug': False
 }
 
+# Configure the asfcopy plugin to copy files outside of all other pelican processes.
+# include the directories in IGNORE_FILES
+ASF_COPY = [
+    'docs'
+]
+
 # Sitemap Generator
 # SITEMAP = {
 #    "exclude": ["tag/", "category/"],