Add coffeelint config files to ignored build paths

This commit is contained in:
Machisté N. Quintana 2015-05-26 19:31:16 -04:00
parent 8dff5bbe4c
commit 290c5c76e5

View File

@ -103,6 +103,8 @@ module.exports = (grunt) ->
'.lintignore'
'.eslintrc'
'.jshintignore'
'coffeelint.json'
'.coffeelintignore'
'.gitattributes'
'.gitkeep'
]