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
.bundle
.DS_Store
.sass-cache
_site
Gemfile.lock

View File

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