Exclude Gemfile in _config.yml template
This commit is contained in:
parent
e0580c8909
commit
9c33754f4f
|
@ -29,3 +29,6 @@ markdown: kramdown
|
||||||
theme: minima
|
theme: minima
|
||||||
gems:
|
gems:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
exclude:
|
||||||
|
- Gemfile
|
||||||
|
- Gemfile.lock
|
||||||
|
|
Loading…
Reference in New Issue