Merge pull request #111 from benbalter/exclude-local-files
Exclude files not needed from the build process
This commit is contained in:
Коммит
5e3f0b1b9a
12
_config.yml
12
_config.yml
|
@ -27,3 +27,15 @@ collections:
|
|||
docs: {output: true, permalink: '/docs/:path/'}
|
||||
defaults:
|
||||
- {scope: {type: docs}, values: {layout: docs}}
|
||||
|
||||
exclude:
|
||||
- node_modules
|
||||
- README.md
|
||||
- LICENSE.md
|
||||
- CNAME
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- Grunfile.js
|
||||
- package.json
|
||||
- script
|
||||
- spec
|
||||
|
|
Загрузка…
Ссылка в новой задаче