Added exclusions to .gitignore and _config.yml
This commit is contained in:
parent
d9a7ae102a
commit
eba7f8409a
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
*.gem
|
*.gem
|
||||||
.bundle
|
.bundle
|
||||||
|
.DS_Store
|
||||||
.sass-cache
|
.sass-cache
|
||||||
_site
|
_site
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue