diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 05:06:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 05:06:01 +0300 |
commit | f3af0ebf1a24798dab06ad4c0d4960a8535f5a7f (patch) | |
tree | fd398b3d9110f9025adeece68f856d07ac8de1ef | |
parent | add a script to run `jekyll serve` (diff) | |
download | egor-tensin.github.io-f3af0ebf1a24798dab06ad4c0d4960a8535f5a7f.tar.gz egor-tensin.github.io-f3af0ebf1a24798dab06ad4c0d4960a8535f5a7f.zip |
exclude unnecessary files from builds
-rw-r--r-- | _config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 3791f72..8858d7d 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,9 @@ jquery_version: 1.11.3 html5shiv_version: 3.7.2 respond_version: 1.4.2 minified_externals: true +exclude: + - Gemfile + - Gemfile.lock + - LICENSE.txt + - serve.bat + - README.md |