diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 11:17:49 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 17:08:30 +0100 |
commit | 2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7 (patch) | |
tree | 8cd26c428cb12ab475e22911576577419bfb96c9 /_config.yml | |
parent | bump dependencies (diff) | |
download | blog-2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7.tar.gz blog-2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7.zip |
add deps.sh to install working versions2015
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index e875a3e..656bd3b 100644 --- a/_config.yml +++ b/_config.yml @@ -7,3 +7,8 @@ jquery_version: 1.11.3 html5shiv_version: 3.7.2 respond_version: 1.4.2 minified_externals: true + +exclude: + - Gemfile + - Gemfile.lock + - deps.sh |