Tweak comments; add .jekyll-cache/; ignore whole of vendor/

This commit is contained in:
Paul van Tilburg 2020-04-14 12:55:15 +02:00
parent e3a8a3dbf8
commit 329d505f85
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 4 additions and 3 deletions

7
.gitignore vendored
View File

@ -1,8 +1,9 @@
# Jekyll # Ignore data generated by Jekyll
_site/ _site/
.sass-cache/ .sass-cache/
.jekyll-cache/
.jekyll-metadata .jekyll-metadata
# Bundler # Ignore folders generated by Bundler
.bundle .bundle
vendor/bundle vendor/