aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-06-21 12:20:42 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-06-21 12:20:42 -0700
commit1909e316dcf89c0a36434091e241eaa5d17bdb83 (patch)
treef790e056b394292e08017be5ca21be1f1199e288 /_config.yml
parentbin: bundle install needs network (diff)
downloadwww-1909e316dcf89c0a36434091e241eaa5d17bdb83.tar.gz
www-1909e316dcf89c0a36434091e241eaa5d17bdb83.tar.bz2
www-1909e316dcf89c0a36434091e241eaa5d17bdb83.zip
Docker: large refactor & improvements
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index 695e580..fd760db 100644
--- a/_config.yml
+++ b/_config.yml
@@ -41,11 +41,14 @@ defaults:
values:
layout: passthrough
+plugins: ['nokogiri']
+# Exclude everything and only include specific items
exclude:
- bin
+- Dockerfile*
+- .dockerignore
+- Gemfile*
+- Makefile
- README.md
- TODO
- wget-log*
-- docker/
-- Gemfile*
-plugins: ['nokogiri']