diff options
author | Valentin Popov <info@valentineus.link> | 2018-12-06 23:24:39 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-12-06 23:30:46 +0300 |
commit | 443322ab7d94c5bed5216549c9e83f1fe3f2d007 (patch) | |
tree | e4c80ba0806a37c6274669688edd790949fbb103 /_config.yml | |
parent | 3e5d059d43f60e19d95096041b7649a25d46956d (diff) | |
download | popov.link-443322ab7d94c5bed5216549c9e83f1fe3f2d007.tar.xz popov.link-443322ab7d94c5bed5216549c9e83f1fe3f2d007.zip |
feat(git): Update exception file
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index ced1b92..1e57bc6 100644 --- a/_config.yml +++ b/_config.yml @@ -57,11 +57,11 @@ author: # Plugins plugins: - - "jekyll-paginate" - "octopress-autoprefixer" # Exceptions exclude: + - ".*" - "Gemfile" - "Gemfile.lock" - "LICENSE.txt" |