From a5918e63f78a009c7777067b0a0a20378496ea2d Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Fri, 7 Aug 2020 15:46:39 -0500 Subject: Exclude nix files and scripts from output website --- _config.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 06913ab..3ebb6f3 100644 --- a/_config.yml +++ b/_config.yml @@ -55,12 +55,14 @@ plugins: # Excluded items can be processed by explicitly listing the directories or # their entries' file path in the `include:` list. # -# exclude: -# - .sass-cache/ -# - .jekyll-cache/ -# - gemfiles/ -# - Gemfile -# - Gemfile.lock +exclude: + - .sass-cache/ + - .jekyll-cache/ + - gemfiles/ + - Gemfile + - Gemfile.lock + - '*.nix' + - scripts/ # - node_modules/ # - vendor/bundle/ # - vendor/cache/ -- cgit v1.2.3