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