mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Don't include more dot files
This commit is contained in:
@@ -79,8 +79,11 @@ module.exports = (grunt) ->
|
||||
path.join('snippets', 'node_modules', 'pegjs')
|
||||
path.join('snippets', 'node_modules', '.bin', 'pegjs')
|
||||
|
||||
'.travis.yml'
|
||||
'.DS_Store'
|
||||
'.jshintrc'
|
||||
'.npmignore'
|
||||
'.pairs'
|
||||
'.travis.yml'
|
||||
]
|
||||
ignoredPaths = ignoredPaths.map (ignoredPath) -> _.escapeRegExp(ignoredPath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user