Skip to content

Instantly share code, notes, and snippets.

@w3ddd
Created September 17, 2012 00:50
Show Gist options
  • Save w3ddd/3735016 to your computer and use it in GitHub Desktop.
Save w3ddd/3735016 to your computer and use it in GitHub Desktop.
http://aligach.net/diary/20120716.html
git や gem 関係で必要なものも放っておくと出力(コピー)される*1ので、_config.yml の exclude: に定義しておくとよい
Textile は使わなくても RedCloth のインストールは必須で、かつ正しく依存性解決してくれない
ここはだいぶ変だと思う*2
excludeの定義は例えばこんな感じ
exclude:
- .git
- .bundle
- Gemfile
- Gemfile.lock
- _config.yml
- _layouts
- params.json
- vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment