Added exclusions to .gitignore and _config.yml

This commit is contained in:
Kevin Sandy 2018-12-19 10:21:51 -05:00
parent d9a7ae102a
commit eba7f8409a
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 ]