diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 15:02:52 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 15:02:52 +0500 |
commit | 6190f68a51bc171c2526c3d94e7a6b6bb6bdb9ee (patch) | |
tree | 79595ea465aa6d47180fc21ca5e21d60d88af1b3 /_config.yml | |
parent | this nokogiri version requires Ruby >= 2.6 (diff) | |
download | sorting-algorithms-6190f68a51bc171c2526c3d94e7a6b6bb6bdb9ee.tar.gz sorting-algorithms-6190f68a51bc171c2526c3d94e7a6b6bb6bdb9ee.zip |
add Makefile for shortcuts
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 95a527b..2782d2c 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ baseurl: /sorting-algorithms exclude: - Gemfile - Gemfile.lock + - Makefile - README.md - vendor/ |