Merge pull request #111 from benbalter/exclude-local-files

Exclude files not needed from the build process
This commit is contained in:
Jessica Lord 2015-10-30 11:37:26 -07:00
Родитель 2b79dbb232 44076c13e0
Коммит 5e3f0b1b9a
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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