mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Don't bundle .git* files
This commit is contained in:
@@ -99,6 +99,8 @@ module.exports = (grunt) ->
|
||||
'.lintignore'
|
||||
'.eslintrc'
|
||||
'.jshintignore'
|
||||
'.gitattributes'
|
||||
'.gitkeep'
|
||||
]
|
||||
|
||||
packageNames.forEach (packageName) -> ignoredPaths.push(path.join(packageName, 'spec'))
|
||||
|
||||
Reference in New Issue
Block a user