Added changelog to ignored files.

This commit is contained in:
Chris 2015-10-12 08:41:47 +02:00
parent 4f99a5a9db
commit d729c3caa8

View File

@ -91,6 +91,7 @@ module.exports = generator.Base.extend({
let excludeList = [ let excludeList = [
'LICENCE', 'LICENCE',
'README.md', 'README.md',
'CHANGELOG.md',
'node_modules', 'node_modules',
'package.json' 'package.json'
]; ];