Removed *.yml from _config.yml
This commit is contained in:
parent
6e1bc787ec
commit
5ba4173dcc
|
|
@ -205,11 +205,12 @@ kramdown:
|
||||||
# Includes & excludes
|
# Includes & excludes
|
||||||
include: ["_pages"]
|
include: ["_pages"]
|
||||||
exclude:
|
exclude:
|
||||||
- "*.yml"
|
|
||||||
- bin/
|
- bin/
|
||||||
- CONTRIBUTING.md
|
- CONTRIBUTING.md
|
||||||
- CUSTOMIZE.md
|
- CUSTOMIZE.md
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
|
- docker-compose.yml
|
||||||
|
- docker-compose-slim.yml
|
||||||
- FAQ.md
|
- FAQ.md
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue