mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Don't bundle .jshintignore files
This commit is contained in:
@@ -98,6 +98,7 @@ module.exports = (grunt) ->
|
||||
'.lint'
|
||||
'.lintignore'
|
||||
'.eslintrc'
|
||||
'.jshintignore'
|
||||
]
|
||||
|
||||
packageNames.forEach (packageName) -> ignoredPaths.push(path.join(packageName, 'spec'))
|
||||
|
||||
Reference in New Issue
Block a user