Don't bundle .git* files

This commit is contained in:
Kevin Sawicki
2015-04-20 13:54:14 -07:00
parent 426a2e5e6b
commit cb47dde7b0

View File

@@ -99,6 +99,8 @@ module.exports = (grunt) ->
'.lintignore'
'.eslintrc'
'.jshintignore'
'.gitattributes'
'.gitkeep'
]
packageNames.forEach (packageName) -> ignoredPaths.push(path.join(packageName, 'spec'))