Merge branch 'tree-sitter-injections' of github.com:atom/atom into tree-sitter-injections

This commit is contained in:
Ashi Krishnan
2018-07-05 13:09:28 -04:00
6 changed files with 64 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ module.exports = function () {
path.join(CONFIG.atomHomeDirPath, '.apm'),
path.join(CONFIG.atomHomeDirPath, '.npm'),
path.join(CONFIG.atomHomeDirPath, 'compile-cache'),
path.join(CONFIG.atomHomeDirPath, 'snapshot-cache'),
path.join(CONFIG.atomHomeDirPath, 'atom-shell'),
path.join(CONFIG.atomHomeDirPath, 'electron'),
path.join(os.tmpdir(), 'atom-build'),