Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add .idea dir
  • Loading branch information
lizzie committed Jun 5, 2013
1 parent 8bfca05 commit d20ad5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nico.js
Expand Up @@ -8,7 +8,7 @@ exports.output = path.join(process.cwd(), '_site')
exports.permalink = '{{directory}}/{{filename}}.html'
exports.google = 'UA-36247332-1'
exports.ignorefilter = function(filepath, subdir) {
if (/^(_site|_theme|node_modules)/.test(subdir)) {
if (/^(_site|_theme|node_modules|\.idea)/.test(subdir)) {
return false;
}
return true;
Expand Down

0 comments on commit d20ad5d

Please sign in to comment.