Merge pull request #58 from ks3/misc-fixes

Added exclusions to .gitignore and _config.yml
This commit is contained in:
Chester How 2018-12-24 13:11:42 +08:00 committed by GitHub
commit afb3afa9da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.gem *.gem
.bundle .bundle
.DS_Store
.sass-cache .sass-cache
_site _site
Gemfile.lock Gemfile.lock

View file

@ -33,3 +33,6 @@ plugins:
# Permalinks # Permalinks
permalink: /:year-:month-:day/:title permalink: /:year-:month-:day/:title
paginate: 5 paginate: 5
# Excludes
exclude: [ Gemfile, Gemfile.lock, tale.gemspec ]