Merge pull request #58 from ks3/misc-fixes
Added exclusions to .gitignore and _config.yml
This commit is contained in:
commit
afb3afa9da
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
*.gem
|
||||
.bundle
|
||||
.DS_Store
|
||||
.sass-cache
|
||||
_site
|
||||
Gemfile.lock
|
||||
|
|
|
@ -33,3 +33,6 @@ plugins:
|
|||
# Permalinks
|
||||
permalink: /:year-:month-:day/:title
|
||||
paginate: 5
|
||||
|
||||
# Excludes
|
||||
exclude: [ Gemfile, Gemfile.lock, tale.gemspec ]
|
||||
|
|
Loading…
Reference in a new issue