mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Don't include .travis.yml and .npmignore files
This commit is contained in:
@@ -61,6 +61,8 @@ module.exports = (grunt) ->
|
||||
path.join('vendor', 'apm')
|
||||
path.join('resources', 'mac')
|
||||
path.join('resources', 'win')
|
||||
'.travis.yml'
|
||||
'.npmignore'
|
||||
]
|
||||
ignoredPaths = ignoredPaths.map (ignoredPath) -> _.escapeRegExp(ignoredPath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user