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