diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 12:15:22 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 12:30:34 +0500 |
commit | f8e3f384b1f3a2505bee16054fb7a2ec42ca94a7 (patch) | |
tree | bf13094568d8f23acb1781414020168142c03995 /_config.yml | |
parent | this nokogiri version requires Ruby >= 2.6 (diff) | |
download | wireguard-config-f8e3f384b1f3a2505bee16054fb7a2ec42ca94a7.tar.gz wireguard-config-f8e3f384b1f3a2505bee16054fb7a2ec42ca94a7.zip |
add Makefile with shortcuts
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 4ab5c39..218372d 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ baseurl: /wireguard-config exclude: - Gemfile - Gemfile.lock + - Makefile - README.md - vendor/ |