diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-07 21:20:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-07 21:20:06 +0300 |
commit | 18dcdb8aff8ec877f1da0805724bb9549cbbd2ca (patch) | |
tree | b01e3cc20c20b55442d86b322664775cfe5dd991 /_config.yml | |
parent | .gitattributes update (diff) | |
download | egor-tensin.github.io-18dcdb8aff8ec877f1da0805724bb9549cbbd2ca.tar.gz egor-tensin.github.io-18dcdb8aff8ec877f1da0805724bb9549cbbd2ca.zip |
exclude serve.sh from builds
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 215f45d..cb2b091 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,7 @@ exclude: - Gemfile.lock - LICENSE.txt - serve.bat + - serve.sh - README.md minified_externals: true |