diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-11 16:00:26 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-11 16:00:26 -0500 |
commit | 3e47ea915c72c282afdccd25ce78b0b0e6da6d8c (patch) | |
tree | 8487311c9adc6c3cc06849ea4d83422e3da99b08 /_config.yml | |
parent | 9db9d02be80bebcc34050982ea17e1a0514291e5 (diff) | |
parent | a9ab37ac0ca1c5385834ddb7c3b3a2020f5043bc (diff) |
Merge pull request #211 from XhmikosR/gh-pages
Minor tweaks
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 8e273b5b..570cf0c1 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -exclude: [src] +exclude: ["src", "node_modules", "bower.json", "composer.json", "package.json", "README.md", "LICENSE", "Gruntfile.js", "Gemfile"] |