Add exclusions
This commit is contained in:
parent
7751379acf
commit
cc3771e5b0
|
@ -4,6 +4,15 @@ destination: ./_/site
|
||||||
sass:
|
sass:
|
||||||
sass_dir: ./_/sass
|
sass_dir: ./_/sass
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- Makefile
|
||||||
|
- README.md
|
||||||
|
- Gemfile
|
||||||
|
- Gemfile.lock
|
||||||
|
- CNAME
|
||||||
|
- vendor
|
||||||
|
- _deprecated
|
||||||
|
|
||||||
# Markdown
|
# Markdown
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
Loading…
Reference in New Issue